Color Hex Logo

#cc85bc Color Hex

#CC85BC
(204,133,188)
0 Favorites   0 Comments

Color spaces of #cc85bc

RGB 204133188
HSL0.870.410.66
HSV314°35°80°
CMYK 0.000.350.08   0.20
XYZ42.366533.243351.7606
Yxy33.24330.33260.2610
Hunter Lab57.657030.2625-12.8667
CIE-Lab64.357435.5743-17.5432

#cc85bc color RGB value is (204,133,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000101 10111100
Octal 314 205 274
Decimal 204 133 188
Hex CC 85 BC

RGB Percentages of Color #cc85bc

%38.86
%25.33
%35.81

CMYK Percentages of Color #cc85bc

%0
%35
%8
%20

Triadic Colors of #cc85bc

#cc85bc #bccc85 #85bccc

Analogous Colors of #cc85bc

#cc85bc #cc8599 #b985cc

Monochromatic Colors of #cc85bc

#cc85bc

Complementary Color

#cc85bc #85cc95

#cc85bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc85bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc85bc Color CSS Codes

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

#cc85bc Text Font Color

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

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


#cc85bc Background Color

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

This div background color is #cc85bc


#cc85bc Border Color

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

This div border color is #cc85bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc85bc


Comments

No comments written yet.

Please login to write comment.