Color Hex Logo

#cc80dc Color Hex

#CC80DC
(204,128,220)
0 Favorites   0 Comments

Color spaces of #cc80dc

RGB 204128220
HSL0.800.570.68
HSV290°42°86°
CMYK 0.070.420.00   0.14
XYZ45.539333.443071.7651
Yxy33.44300.30210.2218
Hunter Lab57.829939.3609-33.0961
CIE-Lab64.518044.1881-35.2287

#cc80dc color RGB value is (204,128,220).

#cc80dc hex color red value is 204, green value is 128 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cc80dc hue: 0.80 , saturation: 0.57 and the lightness value of cc80dc is 0.68.

The process color (four color CMYK) of #cc80dc color hex is 0.07, 0.42, 0.00, 0.14. Web safe color of #cc80dc is #cc99cc. Color #cc80dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000000 11011100
Octal 314 200 334
Decimal 204 128 220
Hex CC 80 DC

RGB Percentages of Color #cc80dc

%36.96
%23.19
%39.86

CMYK Percentages of Color #cc80dc

%7
%42
%0
%14

Triadic Colors of #cc80dc

#cc80dc #dccc80 #80dccc

Analogous Colors of #cc80dc

#cc80dc #dc80be #9e80dc

Monochromatic Colors of #cc80dc

#cc80dc

Complementary Color

#cc80dc #90dc80

#cc80dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc80dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc80dc Color CSS Codes

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

#cc80dc Text Font Color

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

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


#cc80dc Background Color

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

This div background color is #cc80dc


#cc80dc Border Color

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

This div border color is #cc80dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc80dc


Comments

No comments written yet.

Please login to write comment.