Color Hex Logo

#de5505 Color Hex

#DE5505
(222,85,5)
0 Favorites   0 Comments

Color spaces of #de5505

RGB 222855
HSL0.060.960.45
HSV22°98°87°
CMYK 0.000.620.98   0.13
XYZ33.400122.03762.6369
Yxy22.03760.57510.3795
Hunter Lab46.944244.847629.5306
CIE-Lab54.066950.823862.9410

#de5505 color RGB value is (222,85,5).

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

The process color (four color CMYK) of #de5505 color hex is 0.00, 0.62, 0.98, 0.13. Web safe color of #de5505 is #cc6600. Color #de5505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010101 00000101
Octal 336 125 5
Decimal 222 85 5
Hex DE 55 5

RGB Percentages of Color #de5505

%71.15
%27.24
%1.60

CMYK Percentages of Color #de5505

%0
%62
%98
%13

Triadic Colors of #de5505

#de5505 #05de55 #5505de

Analogous Colors of #de5505

#de5505 #dec205 #de0521

Monochromatic Colors of #de5505

#de5505

Complementary Color

#de5505 #058ede

#de5505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5505 Color CSS Codes

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

#de5505 Text Font Color

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

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


#de5505 Background Color

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

This div background color is #de5505


#de5505 Border Color

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

This div border color is #de5505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5505


Comments

No comments written yet.

Please login to write comment.