Color Hex Logo

#cc85ba Color Hex

#CC85BA
(204,133,186)
0 Favorites   0 Comments

Color spaces of #cc85ba

RGB 204133186
HSL0.880.410.66
HSV315°35°80°
CMYK 0.000.350.09   0.20
XYZ42.152333.157650.6328
Yxy33.15760.33470.2633
Hunter Lab57.582629.8980-11.8263
CIE-Lab64.288335.2275-16.5203

#cc85ba color RGB value is (204,133,186).

#cc85ba hex color red value is 204, green value is 133 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cc85ba hue: 0.88 , saturation: 0.41 and the lightness value of cc85ba is 0.66.

The process color (four color CMYK) of #cc85ba color hex is 0.00, 0.35, 0.09, 0.20. Web safe color of #cc85ba is #cc99cc. Color #cc85ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000101 10111010
Octal 314 205 272
Decimal 204 133 186
Hex CC 85 BA

RGB Percentages of Color #cc85ba

%39.01
%25.43
%35.56

CMYK Percentages of Color #cc85ba

%0
%35
%9
%20

Triadic Colors of #cc85ba

#cc85ba #bacc85 #85bacc

Analogous Colors of #cc85ba

#cc85ba #cc8597 #bb85cc

Monochromatic Colors of #cc85ba

#cc85ba

Complementary Color

#cc85ba #85cc97

#cc85ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc85ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc85ba Color CSS Codes

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

#cc85ba Text Font Color

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

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


#cc85ba Background Color

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

This div background color is #cc85ba


#cc85ba Border Color

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

This div border color is #cc85ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc85ba


Comments

No comments written yet.

Please login to write comment.