Color Hex Logo

#c8093a Color Hex

#C8093A
(200,9,58)
0 Favorites   0 Comments

Color spaces of #c8093a

RGB 200958
HSL0.960.910.41
HSV345°96°78°
CMYK 0.000.960.71   0.22
XYZ24.680812.78025.1690
Yxy12.78020.57900.2998
Hunter Lab35.749460.672016.4519
CIE-Lab42.430267.135728.3239

#c8093a color RGB value is (200,9,58).

#c8093a hex color red value is 200, green value is 9 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c8093a hue: 0.96 , saturation: 0.91 and the lightness value of c8093a is 0.41.

The process color (four color CMYK) of #c8093a color hex is 0.00, 0.96, 0.71, 0.22. Web safe color of #c8093a is #cc0033. Color #c8093a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001001 00111010
Octal 310 11 72
Decimal 200 9 58
Hex C8 9 3A

RGB Percentages of Color #c8093a

%74.91
%3.37
%21.72

CMYK Percentages of Color #c8093a

%0
%96
%71
%22

Triadic Colors of #c8093a

#c8093a #3ac809 #093ac8

Analogous Colors of #c8093a

#c8093a #c83809 #c8099a

Monochromatic Colors of #c8093a

#c8093a

Complementary Color

#c8093a #09c897

#c8093a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8093a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8093a Color CSS Codes

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

#c8093a Text Font Color

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

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


#c8093a Background Color

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

This div background color is #c8093a


#c8093a Border Color

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

This div border color is #c8093a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8093a


Comments

No comments written yet.

Please login to write comment.