Color Hex Logo

#de521c Color Hex

#DE521C
(222,82,28)
0 Favorites   0 Comments

Color spaces of #de521c

RGB 2228228
HSL0.050.780.49
HSV17°87°87°
CMYK 0.000.630.87   0.13
XYZ33.351121.64803.5193
Yxy21.64800.56990.3699
Hunter Lab46.527446.526828.0845
CIE-Lab53.651552.441556.3806

#de521c color RGB value is (222,82,28).

#de521c hex color red value is 222, green value is 82 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #de521c hue: 0.05 , saturation: 0.78 and the lightness value of de521c is 0.49.

The process color (four color CMYK) of #de521c color hex is 0.00, 0.63, 0.87, 0.13. Web safe color of #de521c is #cc6633. Color #de521c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010010 00011100
Octal 336 122 34
Decimal 222 82 28
Hex DE 52 1C

RGB Percentages of Color #de521c

%66.87
%24.70
%8.43

CMYK Percentages of Color #de521c

%0
%63
%87
%13

Triadic Colors of #de521c

#de521c #1cde52 #521cde

Analogous Colors of #de521c

#de521c #deb31c #de1c47

Monochromatic Colors of #de521c

#de521c

Complementary Color

#de521c #1ca8de

#de521c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de521c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de521c Color CSS Codes

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

#de521c Text Font Color

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

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


#de521c Background Color

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

This div background color is #de521c


#de521c Border Color

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

This div border color is #de521c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de521c


Comments

No comments written yet.

Please login to write comment.