Color Hex Logo

#de5712 Color Hex

#DE5712
(222,87,18)
0 Favorites   0 Comments

Color spaces of #de5712

RGB 2228718
HSL0.060.850.47
HSV20°92°87°
CMYK 0.000.610.92   0.13
XYZ33.641622.38973.1208
Yxy22.38970.56870.3785
Hunter Lab47.317844.102429.2120
CIE-Lab54.438150.072260.2383

#de5712 color RGB value is (222,87,18).

#de5712 hex color red value is 222, green value is 87 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #de5712 hue: 0.06 , saturation: 0.85 and the lightness value of de5712 is 0.47.

The process color (four color CMYK) of #de5712 color hex is 0.00, 0.61, 0.92, 0.13. Web safe color of #de5712 is #cc6600. Color #de5712 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010111 00010010
Octal 336 127 22
Decimal 222 87 18
Hex DE 57 12

RGB Percentages of Color #de5712

%67.89
%26.61
%5.50

CMYK Percentages of Color #de5712

%0
%61
%92
%13

Triadic Colors of #de5712

#de5712 #12de57 #5712de

Analogous Colors of #de5712

#de5712 #debd12 #de1233

Monochromatic Colors of #de5712

#de5712

Complementary Color

#de5712 #1299de

#de5712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5712 Color CSS Codes

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

#de5712 Text Font Color

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

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


#de5712 Background Color

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

This div background color is #de5712


#de5712 Border Color

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

This div border color is #de5712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5712


Comments

No comments written yet.

Please login to write comment.