Color Hex Logo

#c80880 Color Hex

#C80880
(200,8,128)
0 Favorites   0 Comments

Color spaces of #c80880

RGB 2008128
HSL0.900.920.41
HSV323°96°78°
CMYK 0.000.960.36   0.22
XYZ27.802514.011521.6612
Yxy14.01150.43800.2207
Hunter Lab37.431967.0746-8.1077
CIE-Lab44.249472.2128-12.8754

#c80880 color RGB value is (200,8,128).

#c80880 hex color red value is 200, green value is 8 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #c80880 hue: 0.90 , saturation: 0.92 and the lightness value of c80880 is 0.41.

The process color (four color CMYK) of #c80880 color hex is 0.00, 0.96, 0.36, 0.22. Web safe color of #c80880 is #cc0099. Color #c80880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001000 10000000
Octal 310 10 200
Decimal 200 8 128
Hex C8 8 80

RGB Percentages of Color #c80880

%59.52
%2.38
%38.10

CMYK Percentages of Color #c80880

%0
%96
%36
%22

Triadic Colors of #c80880

#c80880 #80c808 #0880c8

Analogous Colors of #c80880

#c80880 #c80820 #b008c8

Monochromatic Colors of #c80880

#c80880

Complementary Color

#c80880 #08c850

#c80880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80880 Color CSS Codes

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

#c80880 Text Font Color

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

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


#c80880 Background Color

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

This div background color is #c80880


#c80880 Border Color

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

This div border color is #c80880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80880


Comments

No comments written yet.

Please login to write comment.