Color Hex Logo

#c80899 Color Hex

#C80899
(200,8,153)
0 Favorites   0 Comments

Color spaces of #c80899

RGB 2008153
HSL0.870.920.41
HSV315°96°78°
CMYK 0.000.960.24   0.22
XYZ29.656014.752931.4215
Yxy14.75290.39110.1946
Hunter Lab38.409570.6033-21.6165
CIE-Lab45.293974.9285-26.4866

#c80899 color RGB value is (200,8,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001000 10011001
Octal 310 10 231
Decimal 200 8 153
Hex C8 8 99

RGB Percentages of Color #c80899

%55.40
%2.22
%42.38

CMYK Percentages of Color #c80899

%0
%96
%24
%22

Triadic Colors of #c80899

#c80899 #99c808 #0899c8

Analogous Colors of #c80899

#c80899 #c80839 #9708c8

Monochromatic Colors of #c80899

#c80899

Complementary Color

#c80899 #08c837

#c80899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80899 Color CSS Codes

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

#c80899 Text Font Color

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

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


#c80899 Background Color

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

This div background color is #c80899


#c80899 Border Color

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

This div border color is #c80899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80899


Comments

No comments written yet.

Please login to write comment.