Color Hex Logo

#c80856 Color Hex

#C80856
(200,8,86)
0 Favorites   0 Comments

Color spaces of #c80856

RGB 200886
HSL0.930.920.41
HSV336°96°78°
CMYK 0.000.960.57   0.22
XYZ25.586013.12499.9889
Yxy13.12490.52540.2695
Hunter Lab36.228362.66499.0123
CIE-Lab42.950868.744511.4374

#c80856 color RGB value is (200,8,86).

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

The process color (four color CMYK) of #c80856 color hex is 0.00, 0.96, 0.57, 0.22. Web safe color of #c80856 is #cc0066. Color #c80856 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001000 01010110
Octal 310 10 126
Decimal 200 8 86
Hex C8 8 56

RGB Percentages of Color #c80856

%68.03
%2.72
%29.25

CMYK Percentages of Color #c80856

%0
%96
%57
%22

Triadic Colors of #c80856

#c80856 #56c808 #0856c8

Analogous Colors of #c80856

#c80856 #c81a08 #c808b6

Monochromatic Colors of #c80856

#c80856

Complementary Color

#c80856 #08c87a

#c80856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80856 Color CSS Codes

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

#c80856 Text Font Color

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

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


#c80856 Background Color

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

This div background color is #c80856


#c80856 Border Color

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

This div border color is #c80856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80856


Comments

No comments written yet.

Please login to write comment.