Color Hex Logo

#de5933 Color Hex

#DE5933
(222,89,51)
0 Favorites   0 Comments

Color spaces of #de5933

RGB 2228951
HSL0.040.720.54
HSV13°77°87°
CMYK 0.000.600.77   0.13
XYZ34.294122.91345.7472
Yxy22.91340.54470.3640
Hunter Lab47.867944.114126.3890
CIE-Lab54.983049.995247.3614

#de5933 color RGB value is (222,89,51).

#de5933 hex color red value is 222, green value is 89 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #de5933 hue: 0.04 , saturation: 0.72 and the lightness value of de5933 is 0.54.

The process color (four color CMYK) of #de5933 color hex is 0.00, 0.60, 0.77, 0.13. Web safe color of #de5933 is #cc6633. Color #de5933 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011001 00110011
Octal 336 131 63
Decimal 222 89 51
Hex DE 59 33

RGB Percentages of Color #de5933

%61.33
%24.59
%14.09

CMYK Percentages of Color #de5933

%0
%60
%77
%13

Triadic Colors of #de5933

#de5933 #33de59 #5933de

Analogous Colors of #de5933

#de5933 #deaf33 #de3363

Monochromatic Colors of #de5933

#de5933

Complementary Color

#de5933 #33b8de

#de5933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5933 Color CSS Codes

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

#de5933 Text Font Color

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

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


#de5933 Background Color

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

This div background color is #de5933


#de5933 Border Color

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

This div border color is #de5933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5933


Comments

No comments written yet.

Please login to write comment.