Color Hex Logo

#cc80ec Color Hex

#CC80EC
(204,128,236)
0 Favorites   0 Comments

Color spaces of #cc80ec

RGB 204128236
HSL0.780.740.71
HSV282°46°93°
CMYK 0.140.460.00   0.07
XYZ47.761334.331883.4663
Yxy34.33180.28850.2074
Hunter Lab58.593342.9627-43.4433
CIE-Lab65.225147.4030-42.9972

#cc80ec color RGB value is (204,128,236).

#cc80ec hex color red value is 204, green value is 128 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cc80ec hue: 0.78 , saturation: 0.74 and the lightness value of cc80ec is 0.71.

The process color (four color CMYK) of #cc80ec color hex is 0.14, 0.46, 0.00, 0.07. Web safe color of #cc80ec is #cc99ff. Color #cc80ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000000 11101100
Octal 314 200 354
Decimal 204 128 236
Hex CC 80 EC

RGB Percentages of Color #cc80ec

%35.92
%22.54
%41.55

CMYK Percentages of Color #cc80ec

%14
%46
%0
%7

Triadic Colors of #cc80ec

#cc80ec #eccc80 #80eccc

Analogous Colors of #cc80ec

#cc80ec #ec80d6 #9680ec

Monochromatic Colors of #cc80ec

#cc80ec

Complementary Color

#cc80ec #a0ec80

#cc80ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc80ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc80ec Color CSS Codes

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

#cc80ec Text Font Color

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

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


#cc80ec Background Color

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

This div background color is #cc80ec


#cc80ec Border Color

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

This div border color is #cc80ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc80ec


Comments

No comments written yet.

Please login to write comment.