Color Hex Logo

#c8004e Color Hex

#C8004E
(200,0,78)
0 Favorites   0 Comments

Color spaces of #c8004e

RGB 200078
HSL0.941.000.39
HSV337°100°78°
CMYK 0.001.000.61   0.22
XYZ25.194612.82948.3562
Yxy12.82940.54320.2766
Hunter Lab35.818262.875711.2406
CIE-Lab42.505169.011315.8785

#c8004e color RGB value is (200,0,78).

#c8004e hex color red value is 200, green value is 0 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c8004e hue: 0.94 , saturation: 1.00 and the lightness value of c8004e is 0.39.

The process color (four color CMYK) of #c8004e color hex is 0.00, 1.00, 0.61, 0.22. Web safe color of #c8004e is #cc0066. Color #c8004e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000000 01001110
Octal 310 0 116
Decimal 200 0 78
Hex C8 0 4E

RGB Percentages of Color #c8004e

%71.94
%0.00
%28.06

CMYK Percentages of Color #c8004e

%0
%100
%61
%22

Triadic Colors of #c8004e

#c8004e #4ec800 #004ec8

Analogous Colors of #c8004e

#c8004e #c81600 #c800b2

Monochromatic Colors of #c8004e

#c8004e

Complementary Color

#c8004e #00c87a

#c8004e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8004e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8004e Color CSS Codes

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

#c8004e Text Font Color

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

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


#c8004e Background Color

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

This div background color is #c8004e


#c8004e Border Color

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

This div border color is #c8004e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8004e


Comments

No comments written yet.

Please login to write comment.