Color Hex Logo

#cc80eb Color Hex

#CC80EB
(204,128,235)
0 Favorites   0 Comments

Color spaces of #cc80eb

RGB 204128235
HSL0.790.730.71
HSV283°46°92°
CMYK 0.130.460.00   0.08
XYZ47.616434.273982.7031
Yxy34.27390.28930.2082
Hunter Lab58.543942.7302-42.7763
CIE-Lab65.179447.1975-42.5163

#cc80eb color RGB value is (204,128,235).

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

The process color (four color CMYK) of #cc80eb color hex is 0.13, 0.46, 0.00, 0.08. Web safe color of #cc80eb is #cc99ff. Color #cc80eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000000 11101011
Octal 314 200 353
Decimal 204 128 235
Hex CC 80 EB

RGB Percentages of Color #cc80eb

%35.98
%22.57
%41.45

CMYK Percentages of Color #cc80eb

%13
%46
%0
%8

Triadic Colors of #cc80eb

#cc80eb #ebcc80 #80ebcc

Analogous Colors of #cc80eb

#cc80eb #eb80d5 #9780eb

Monochromatic Colors of #cc80eb

#cc80eb

Complementary Color

#cc80eb #9feb80

#cc80eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc80eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc80eb Color CSS Codes

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

#cc80eb Text Font Color

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

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


#cc80eb Background Color

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

This div background color is #cc80eb


#cc80eb Border Color

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

This div border color is #cc80eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc80eb


Comments

No comments written yet.

Please login to write comment.