Color Hex Logo

#de571b Color Hex

#DE571B
(222,87,27)
0 Favorites   0 Comments

Color spaces of #de571b

RGB 2228727
HSL0.050.780.49
HSV18°88°87°
CMYK 0.000.610.88   0.13
XYZ33.730222.42513.5876
Yxy22.42510.56460.3754
Hunter Lab47.355144.270828.6568
CIE-Lab54.475250.222557.3912

#de571b color RGB value is (222,87,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010111 00011011
Octal 336 127 33
Decimal 222 87 27
Hex DE 57 1B

RGB Percentages of Color #de571b

%66.07
%25.89
%8.04

CMYK Percentages of Color #de571b

%0
%61
%88
%13

Triadic Colors of #de571b

#de571b #1bde57 #571bde

Analogous Colors of #de571b

#de571b #deb91b #de1b41

Monochromatic Colors of #de571b

#de571b

Complementary Color

#de571b #1ba2de

#de571b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de571b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de571b Color CSS Codes

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

#de571b Text Font Color

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

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


#de571b Background Color

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

This div background color is #de571b


#de571b Border Color

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

This div border color is #de571b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de571b


Comments

No comments written yet.

Please login to write comment.