Color Hex Logo

#c0093d Color Hex

#C0093D
(192,9,61)
0 Favorites   0 Comments

Color spaces of #c0093d

RGB 192961
HSL0.950.910.39
HSV343°95°75°
CMYK 0.000.950.68   0.25
XYZ22.678211.73885.4854
Yxy11.73880.56830.2942
Hunter Lab34.261958.192014.4909
CIE-Lab40.797965.299124.0612

#c0093d color RGB value is (192,9,61).

#c0093d hex color red value is 192, green value is 9 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #c0093d hue: 0.95 , saturation: 0.91 and the lightness value of c0093d is 0.39.

The process color (four color CMYK) of #c0093d color hex is 0.00, 0.95, 0.68, 0.25. Web safe color of #c0093d is #cc0033. Color #c0093d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001001 00111101
Octal 300 11 75
Decimal 192 9 61
Hex C0 9 3D

RGB Percentages of Color #c0093d

%73.28
%3.44
%23.28

CMYK Percentages of Color #c0093d

%0
%95
%68
%25

Triadic Colors of #c0093d

#c0093d #3dc009 #093dc0

Analogous Colors of #c0093d

#c0093d #c03009 #c00999

Monochromatic Colors of #c0093d

#c0093d

Complementary Color

#c0093d #09c08c

#c0093d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0093d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0093d Color CSS Codes

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

#c0093d Text Font Color

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

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


#c0093d Background Color

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

This div background color is #c0093d


#c0093d Border Color

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

This div border color is #c0093d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0093d


Comments

No comments written yet.

Please login to write comment.