Color Hex Logo

#de5815 Color Hex

#DE5815
(222,88,21)
0 Favorites   0 Comments

Color spaces of #de5815

RGB 2228821
HSL0.060.830.48
HSV20°91°87°
CMYK 0.000.600.91   0.13
XYZ33.749322.56323.2858
Yxy22.56320.56630.3786
Hunter Lab47.500743.698129.1492
CIE-Lab54.619549.667059.4910

#de5815 color RGB value is (222,88,21).

#de5815 hex color red value is 222, green value is 88 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #de5815 hue: 0.06 , saturation: 0.83 and the lightness value of de5815 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011000 00010101
Octal 336 130 25
Decimal 222 88 21
Hex DE 58 15

RGB Percentages of Color #de5815

%67.07
%26.59
%6.34

CMYK Percentages of Color #de5815

%0
%60
%91
%13

Triadic Colors of #de5815

#de5815 #15de58 #5815de

Analogous Colors of #de5815

#de5815 #debd15 #de1537

Monochromatic Colors of #de5815

#de5815

Complementary Color

#de5815 #159bde

#de5815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5815 Color CSS Codes

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

#de5815 Text Font Color

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

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


#de5815 Background Color

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

This div background color is #de5815


#de5815 Border Color

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

This div border color is #de5815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5815


Comments

No comments written yet.

Please login to write comment.