Color Hex Logo

#c8087e Color Hex

#C8087E
(200,8,126)
0 Favorites   0 Comments

Color spaces of #c8087e

RGB 2008126
HSL0.900.920.41
HSV323°96°78°
CMYK 0.000.960.37   0.22
XYZ27.672113.959420.9746
Yxy13.95940.44200.2230
Hunter Lab37.362366.8207-7.1309
CIE-Lab44.174772.0154-11.7575

#c8087e color RGB value is (200,8,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001000 01111110
Octal 310 10 176
Decimal 200 8 126
Hex C8 8 7E

RGB Percentages of Color #c8087e

%59.88
%2.40
%37.72

CMYK Percentages of Color #c8087e

%0
%96
%37
%22

Triadic Colors of #c8087e

#c8087e #7ec808 #087ec8

Analogous Colors of #c8087e

#c8087e #c8081e #b208c8

Monochromatic Colors of #c8087e

#c8087e

Complementary Color

#c8087e #08c852

#c8087e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8087e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8087e Color CSS Codes

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

#c8087e Text Font Color

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

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


#c8087e Background Color

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

This div background color is #c8087e


#c8087e Border Color

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

This div border color is #c8087e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8087e


Comments

No comments written yet.

Please login to write comment.