Color Hex Logo

#c8203b Color Hex

#C8203B
(200,32,59)
0 Favorites   0 Comments

Color spaces of #c8203b

RGB 2003259
HSL0.970.720.45
HSV350°84°78°
CMYK 0.000.840.71   0.22
XYZ25.125313.62825.4439
Yxy13.62820.56850.3083
Hunter Lab36.916456.883417.0982
CIE-Lab43.694963.587829.2428

#c8203b color RGB value is (200,32,59).

#c8203b hex color red value is 200, green value is 32 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c8203b hue: 0.97 , saturation: 0.72 and the lightness value of c8203b is 0.45.

The process color (four color CMYK) of #c8203b color hex is 0.00, 0.84, 0.71, 0.22. Web safe color of #c8203b is #cc3333. Color #c8203b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100000 00111011
Octal 310 40 73
Decimal 200 32 59
Hex C8 20 3B

RGB Percentages of Color #c8203b

%68.73
%11.00
%20.27

CMYK Percentages of Color #c8203b

%0
%84
%71
%22

Triadic Colors of #c8203b

#c8203b #3bc820 #203bc8

Analogous Colors of #c8203b

#c8203b #c85920 #c8208f

Monochromatic Colors of #c8203b

#c8203b

Complementary Color

#c8203b #20c8ad

#c8203b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8203b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8203b Color CSS Codes

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

#c8203b Text Font Color

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

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


#c8203b Background Color

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

This div background color is #c8203b


#c8203b Border Color

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

This div border color is #c8203b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8203b


Comments

No comments written yet.

Please login to write comment.