color codes Logo

#ff59cc color codes

#FF59CC
(255,89,204)
0 Favorites   0 Comments

Color spaces of #ff59cc

RGB 25589204
HSL0.881.000.67
HSV318°65°100°
CMYK 0.000.650.20   0.00
XYZ55.711532.764460.5146
Yxy32.76440.37390.2199
Hunter Lab57.240273.5625-22.6135
CIE-Lab63.969773.7485-26.5571

#ff59cc color RGB value is (255,89,204).

#ff59cc hex color red value is 255, green value is 89 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ff59cc hue: 0.88 , saturation: 1.00 and the lightness value of ff59cc is 0.67.

The process color (four color CMYK) of #ff59cc color code is 0.00, 0.65, 0.20, 0.00. Web safe color of #ff59cc is #ff66cc. Color #ff59cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011001 11001100
Octal 377 131 314
Decimal 255 89 204
Hex FF 59 CC

RGB Percentages of Color #ff59cc

%46.53
%16.24
%37.23

CMYK Percentages of Color #ff59cc

%0
%65
%20
%0

Triadic Colors of #ff59cc

#ff59cc #ccff59 #59ccff

Analogous Colors of #ff59cc

#ff59cc #ff5979 #df59ff

Monochromatic Colors of #ff59cc

#ff59cc

Complementary Color

#ff59cc #59ff8c

#ff59cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff59cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff59cc Color CSS Codes

.mybgcolor {background-color:#ff59cc; } 
.myforecolor {color:#ff59cc; }
.mybordercolor {border:3px solid #ff59cc; }

#ff59cc Text Font Color

<p style="color:#ff59cc">Text here</p>

This sample text font color is #ff59cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ff59cc Background Color

<div style="background-color:#ff59cc">
Div content here</div>

This div background color is #ff59cc


#ff59cc Border Color

<div style="border:3px solid #ff59cc">
Div here</div>

This div border color is #ff59cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,89,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff59cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff59cc;
  -webkit-box-shadow: 1px 1px 3px 2px #ff59cc;
  box-shadow:         1px 1px 3px 2px #ff59cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,89,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ff59cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ff59cc;
  -webkit-box-shadow: 1px 1px 3px 2px #ff59cc;
  box-shadow:         1px 1px 3px 2px #ff59cc;">
Div content here</div>

This div box has shadow with color #ff59cc

Related Colors


Comments

No comments written yet.

Please login to write comment.