Color Hex Logo

#cc59ba Color Hex

#CC59BA
(204,89,186)
0 Favorites   0 Comments

Color spaces of #cc59ba

RGB 20489186
HSL0.860.530.57
HSV309°56°80°
CMYK 0.000.560.09   0.20
XYZ37.337123.527349.0277
Yxy23.52730.33980.2141
Hunter Lab48.504952.5182-25.9755
CIE-Lab55.611457.5182-29.8256

#cc59ba color RGB value is (204,89,186).

#cc59ba hex color red value is 204, green value is 89 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cc59ba hue: 0.86 , saturation: 0.53 and the lightness value of cc59ba is 0.57.

The process color (four color CMYK) of #cc59ba color hex is 0.00, 0.56, 0.09, 0.20. Web safe color of #cc59ba is #cc66cc. Color #cc59ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011001 10111010
Octal 314 131 272
Decimal 204 89 186
Hex CC 59 BA

RGB Percentages of Color #cc59ba

%42.59
%18.58
%38.83

CMYK Percentages of Color #cc59ba

%0
%56
%9
%20

Triadic Colors of #cc59ba

#cc59ba #bacc59 #59bacc

Analogous Colors of #cc59ba

#cc59ba #cc5981 #a559cc

Monochromatic Colors of #cc59ba

#cc59ba

Complementary Color

#cc59ba #59cc6b

#cc59ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc59ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc59ba Color CSS Codes

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

#cc59ba Text Font Color

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

This sample text font color is #cc59ba
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.


#cc59ba Background Color

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

This div background color is #cc59ba


#cc59ba Border Color

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

This div border color is #cc59ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc59ba


Comments

No comments written yet.

Please login to write comment.