Color Hex Logo

#c8078e Color Hex

#C8078E
(200,7,142)
0 Favorites   0 Comments

Color spaces of #c8078e

RGB 2007142
HSL0.880.930.41
HSV318°97°78°
CMYK 0.000.970.29   0.22
XYZ28.777914.384326.8509
Yxy14.38430.41100.2055
Hunter Lab37.926669.0703-15.4269
CIE-Lab44.779173.7667-20.6273

#c8078e color RGB value is (200,7,142).

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

The process color (four color CMYK) of #c8078e color hex is 0.00, 0.97, 0.29, 0.22. Web safe color of #c8078e is #cc0099. Color #c8078e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000111 10001110
Octal 310 7 216
Decimal 200 7 142
Hex C8 7 8E

RGB Percentages of Color #c8078e

%57.31
%2.01
%40.69

CMYK Percentages of Color #c8078e

%0
%97
%29
%22

Triadic Colors of #c8078e

#c8078e #8ec807 #078ec8

Analogous Colors of #c8078e

#c8078e #c8072d #a207c8

Monochromatic Colors of #c8078e

#c8078e

Complementary Color

#c8078e #07c841

#c8078e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8078e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8078e Color CSS Codes

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

#c8078e Text Font Color

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

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


#c8078e Background Color

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

This div background color is #c8078e


#c8078e Border Color

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

This div border color is #c8078e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8078e


Comments

No comments written yet.

Please login to write comment.