Color Hex Logo

#de572c Color Hex

#DE572C
(222,87,44)
0 Favorites   0 Comments

Color spaces of #de572c

RGB 2228744
HSL0.040.730.52
HSV14°80°87°
CMYK 0.000.610.80   0.13
XYZ33.987022.52784.9399
Yxy22.52780.55300.3666
Hunter Lab47.463544.756827.0536
CIE-Lab54.582650.655650.3624

#de572c color RGB value is (222,87,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010111 00101100
Octal 336 127 54
Decimal 222 87 44
Hex DE 57 2C

RGB Percentages of Color #de572c

%62.89
%24.65
%12.46

CMYK Percentages of Color #de572c

%0
%61
%80
%13

Triadic Colors of #de572c

#de572c #2cde57 #572cde

Analogous Colors of #de572c

#de572c #deb02c #de2c5a

Monochromatic Colors of #de572c

#de572c

Complementary Color

#de572c #2cb3de

#de572c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de572c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de572c Color CSS Codes

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

#de572c Text Font Color

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

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


#de572c Background Color

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

This div background color is #de572c


#de572c Border Color

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

This div border color is #de572c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,87,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 #de572c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de572c


Comments

No comments written yet.

Please login to write comment.