Color Hex Logo

#c8003e Color Hex

#C8003E
(200,0,62)
0 Favorites   0 Comments

Color spaces of #c8003e

RGB 200062
HSL0.951.000.39
HSV341°100°78°
CMYK 0.001.000.69   0.22
XYZ24.688912.62725.6935
Yxy12.62720.57400.2936
Hunter Lab35.534861.832615.3747
CIE-Lab42.196168.179725.5493

#c8003e color RGB value is (200,0,62).

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

The process color (four color CMYK) of #c8003e color hex is 0.00, 1.00, 0.69, 0.22. Web safe color of #c8003e is #cc0033. Color #c8003e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000000 00111110
Octal 310 0 76
Decimal 200 0 62
Hex C8 0 3E

RGB Percentages of Color #c8003e

%76.34
%0.00
%23.66

CMYK Percentages of Color #c8003e

%0
%100
%69
%22

Triadic Colors of #c8003e

#c8003e #3ec800 #003ec8

Analogous Colors of #c8003e

#c8003e #c82600 #c800a2

Monochromatic Colors of #c8003e

#c8003e

Complementary Color

#c8003e #00c88a

#c8003e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8003e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8003e Color CSS Codes

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

#c8003e Text Font Color

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

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


#c8003e Background Color

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

This div background color is #c8003e


#c8003e Border Color

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

This div border color is #c8003e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8003e


Comments

No comments written yet.

Please login to write comment.