Color Hex Logo

#de5907 Color Hex

#DE5907
(222,89,7)
0 Favorites   0 Comments

Color spaces of #de5907

RGB 222897
HSL0.060.940.45
HSV23°97°87°
CMYK 0.000.600.97   0.13
XYZ33.734922.68972.8025
Yxy22.68970.56960.3831
Hunter Lab47.633743.057429.8553
CIE-Lab54.751349.048862.9342

#de5907 color RGB value is (222,89,7).

#de5907 hex color red value is 222, green value is 89 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #de5907 hue: 0.06 , saturation: 0.94 and the lightness value of de5907 is 0.45.

The process color (four color CMYK) of #de5907 color hex is 0.00, 0.60, 0.97, 0.13. Web safe color of #de5907 is #cc6600. Color #de5907 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011001 00000111
Octal 336 131 7
Decimal 222 89 7
Hex DE 59 7

RGB Percentages of Color #de5907

%69.81
%27.99
%2.20

CMYK Percentages of Color #de5907

%0
%60
%97
%13

Triadic Colors of #de5907

#de5907 #07de59 #5907de

Analogous Colors of #de5907

#de5907 #dec507 #de0721

Monochromatic Colors of #de5907

#de5907

Complementary Color

#de5907 #078cde

#de5907 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5907 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5907 Color CSS Codes

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

#de5907 Text Font Color

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

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


#de5907 Background Color

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

This div background color is #de5907


#de5907 Border Color

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

This div border color is #de5907


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,89,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5907


Comments

No comments written yet.

Please login to write comment.