Color Hex Logo

#cc093d Color Hex

#CC093D
(204,9,61)
0 Favorites   0 Comments

Color spaces of #cc093d

RGB 204961
HSL0.960.920.42
HSV344°96°80°
CMYK 0.000.960.70   0.20
XYZ25.841813.36975.6335
Yxy13.36970.57620.2981
Hunter Lab36.564662.165716.4604
CIE-Lab43.315168.246827.7423

#cc093d color RGB value is (204,9,61).

#cc093d hex color red value is 204, green value is 9 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cc093d hue: 0.96 , saturation: 0.92 and the lightness value of cc093d is 0.42.

The process color (four color CMYK) of #cc093d color hex is 0.00, 0.96, 0.70, 0.20. Web safe color of #cc093d is #cc0033. Color #cc093d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001001 00111101
Octal 314 11 75
Decimal 204 9 61
Hex CC 9 3D

RGB Percentages of Color #cc093d

%74.45
%3.28
%22.26

CMYK Percentages of Color #cc093d

%0
%96
%70
%20

Triadic Colors of #cc093d

#cc093d #3dcc09 #093dcc

Analogous Colors of #cc093d

#cc093d #cc3709 #cc099f

Monochromatic Colors of #cc093d

#cc093d

Complementary Color

#cc093d #09cc98

#cc093d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc093d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc093d Color CSS Codes

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

#cc093d Text Font Color

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

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


#cc093d Background Color

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

This div background color is #cc093d


#cc093d Border Color

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

This div border color is #cc093d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,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 #cc093d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc093d


Comments

No comments written yet.

Please login to write comment.