Color Hex Logo

#cc85cc Color Hex

#CC85CC
(204,133,204)
0 Favorites   0 Comments

Color spaces of #cc85cc

RGB 204133204
HSL0.830.410.66
HSV300°35°80°
CMYK 0.000.350.00   0.20
XYZ44.188533.972161.3550
Yxy33.97210.31670.2435
Hunter Lab58.285633.3278-21.6124
CIE-Lab64.940438.4600-25.6412

#cc85cc color RGB value is (204,133,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000101 11001100
Octal 314 205 314
Decimal 204 133 204
Hex CC 85 CC

RGB Percentages of Color #cc85cc

%37.71
%24.58
%37.71

CMYK Percentages of Color #cc85cc

%0
%35
%0
%20

Triadic Colors of #cc85cc

#cc85cc #cccc85 #85cccc

Analogous Colors of #cc85cc

#cc85cc #cc85a9 #a985cc

Monochromatic Colors of #cc85cc

#cc85cc

Complementary Color

#cc85cc #85cc85

#cc85cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc85cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc85cc Color CSS Codes

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

#cc85cc Text Font Color

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

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


#cc85cc Background Color

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

This div background color is #cc85cc


#cc85cc Border Color

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

This div border color is #cc85cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc85cc


Comments

No comments written yet.

Please login to write comment.