Color Hex Logo

#cc80ff Color Hex

#CC80FF
(204,128,255)
1 Favorites   0 Comments

Color spaces of #cc80ff

RGB 204128255
HSL0.771.000.75
HSV276°50°100°
CMYK 0.200.500.00   0.00
XYZ50.671035.495798.7884
Yxy35.49570.27400.1919
Hunter Lab59.578347.5513-56.6056
CIE-Lab66.132851.4042-52.0095

#cc80ff color RGB value is (204,128,255).

#cc80ff hex color red value is 204, green value is 128 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cc80ff hue: 0.77 , saturation: 1.00 and the lightness value of cc80ff is 0.75.

The process color (four color CMYK) of #cc80ff color hex is 0.20, 0.50, 0.00, 0.00. Web safe color of #cc80ff is #cc99ff. Color #cc80ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000000 11111111
Octal 314 200 377
Decimal 204 128 255
Hex CC 80 FF

RGB Percentages of Color #cc80ff

%34.75
%21.81
%43.44

CMYK Percentages of Color #cc80ff

%20
%50
%0
%0

Triadic Colors of #cc80ff

#cc80ff #ffcc80 #80ffcc

Analogous Colors of #cc80ff

#cc80ff #ff80f3 #8d80ff

Monochromatic Colors of #cc80ff

#cc80ff

Complementary Color

#cc80ff #b3ff80

#cc80ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc80ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc80ff Color CSS Codes

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

#cc80ff Text Font Color

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

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


#cc80ff Background Color

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

This div background color is #cc80ff


#cc80ff Border Color

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

This div border color is #cc80ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc80ff

Related Colors


Comments

No comments written yet.

Please login to write comment.