Color Hex Logo

#de571c Color Hex

#DE571C
(222,87,28)
0 Favorites   0 Comments

Color spaces of #de571c

RGB 2228728
HSL0.050.780.49
HSV18°87°87°
CMYK 0.000.610.87   0.13
XYZ33.742022.42983.6496
Yxy22.42980.56400.3749
Hunter Lab47.360144.293228.5832
CIE-Lab54.480150.242557.0324

#de571c color RGB value is (222,87,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010111 00011100
Octal 336 127 34
Decimal 222 87 28
Hex DE 57 1C

RGB Percentages of Color #de571c

%65.88
%25.82
%8.31

CMYK Percentages of Color #de571c

%0
%61
%87
%13

Triadic Colors of #de571c

#de571c #1cde57 #571cde

Analogous Colors of #de571c

#de571c #deb81c #de1c42

Monochromatic Colors of #de571c

#de571c

Complementary Color

#de571c #1ca3de

#de571c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de571c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de571c Color CSS Codes

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

#de571c Text Font Color

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

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


#de571c Background Color

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

This div background color is #de571c


#de571c Border Color

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

This div border color is #de571c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de571c


Comments

No comments written yet.

Please login to write comment.