Color Hex Logo

#cc77ba Color Hex

#CC77BA
(204,119,186)
0 Favorites   0 Comments

Color spaces of #cc77ba

RGB 204119186
HSL0.870.450.63
HSV313°42°80°
CMYK 0.000.420.09   0.20
XYZ40.361629.576250.0359
Yxy29.57620.33640.2465
Hunter Lab54.384037.3034-16.4808
CIE-Lab61.286842.6872-21.0840

#cc77ba color RGB value is (204,119,186).

#cc77ba hex color red value is 204, green value is 119 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cc77ba hue: 0.87 , saturation: 0.45 and the lightness value of cc77ba is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110111 10111010
Octal 314 167 272
Decimal 204 119 186
Hex CC 77 BA

RGB Percentages of Color #cc77ba

%40.08
%23.38
%36.54

CMYK Percentages of Color #cc77ba

%0
%42
%9
%20

Triadic Colors of #cc77ba

#cc77ba #bacc77 #77bacc

Analogous Colors of #cc77ba

#cc77ba #cc7790 #b477cc

Monochromatic Colors of #cc77ba

#cc77ba

Complementary Color

#cc77ba #77cc89

#cc77ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc77ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc77ba Color CSS Codes

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

#cc77ba Text Font Color

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

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


#cc77ba Background Color

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

This div background color is #cc77ba


#cc77ba Border Color

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

This div border color is #cc77ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,119,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 #cc77ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc77ba


Comments

No comments written yet.

Please login to write comment.