Color Hex Logo

#de093b Color Hex

#DE093B
(222,9,59)
0 Favorites   0 Comments

Color spaces of #de093b

RGB 222959
HSL0.960.920.45
HSV346°96°87°
CMYK 0.000.960.73   0.13
XYZ31.011316.04075.5994
Yxy16.04070.58900.3047
Hunter Lab40.050868.123319.7464
CIE-Lab47.027872.543934.2942

#de093b color RGB value is (222,9,59).

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

The process color (four color CMYK) of #de093b color hex is 0.00, 0.96, 0.73, 0.13. Web safe color of #de093b is #cc0033. Color #de093b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00001001 00111011
Octal 336 11 73
Decimal 222 9 59
Hex DE 9 3B

RGB Percentages of Color #de093b

%76.55
%3.10
%20.34

CMYK Percentages of Color #de093b

%0
%96
%73
%13

Triadic Colors of #de093b

#de093b #3bde09 #093bde

Analogous Colors of #de093b

#de093b #de4209 #de09a6

Monochromatic Colors of #de093b

#de093b

Complementary Color

#de093b #09deac

#de093b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de093b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de093b Color CSS Codes

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

#de093b Text Font Color

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

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


#de093b Background Color

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

This div background color is #de093b


#de093b Border Color

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

This div border color is #de093b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de093b


Comments

No comments written yet.

Please login to write comment.