Color Hex Logo

#de582c Color Hex

#DE582C
(222,88,44)
0 Favorites   0 Comments

Color spaces of #de582c

RGB 2228844
HSL0.040.730.52
HSV15°80°87°
CMYK 0.000.600.80   0.13
XYZ34.068522.69094.9670
Yxy22.69090.55190.3676
Hunter Lab47.635044.301927.1622
CIE-Lab54.752550.206650.5252

#de582c color RGB value is (222,88,44).

#de582c hex color red value is 222, green value is 88 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #de582c hue: 0.04 , saturation: 0.73 and the lightness value of de582c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011000 00101100
Octal 336 130 54
Decimal 222 88 44
Hex DE 58 2C

RGB Percentages of Color #de582c

%62.71
%24.86
%12.43

CMYK Percentages of Color #de582c

%0
%60
%80
%13

Triadic Colors of #de582c

#de582c #2cde58 #582cde

Analogous Colors of #de582c

#de582c #deb12c #de2c59

Monochromatic Colors of #de582c

#de582c

Complementary Color

#de582c #2cb2de

#de582c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de582c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de582c Color CSS Codes

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

#de582c Text Font Color

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

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


#de582c Background Color

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

This div background color is #de582c


#de582c Border Color

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

This div border color is #de582c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de582c


Comments

No comments written yet.

Please login to write comment.