Color Hex Logo

#de570d Color Hex

#DE570D
(222,87,13)
0 Favorites   0 Comments

Color spaces of #de570d

RGB 2228713
HSL0.060.890.46
HSV21°94°87°
CMYK 0.000.610.94   0.13
XYZ33.605022.37502.9284
Yxy22.37500.57050.3798
Hunter Lab47.302244.033229.4410
CIE-Lab54.422650.010361.4963

#de570d color RGB value is (222,87,13).

#de570d hex color red value is 222, green value is 87 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #de570d hue: 0.06 , saturation: 0.89 and the lightness value of de570d is 0.46.

The process color (four color CMYK) of #de570d color hex is 0.00, 0.61, 0.94, 0.13. Web safe color of #de570d is #cc6600. Color #de570d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010111 00001101
Octal 336 127 15
Decimal 222 87 13
Hex DE 57 D

RGB Percentages of Color #de570d

%68.94
%27.02
%4.04

CMYK Percentages of Color #de570d

%0
%61
%94
%13

Triadic Colors of #de570d

#de570d #0dde57 #570dde

Analogous Colors of #de570d

#de570d #dec00d #de0d2b

Monochromatic Colors of #de570d

#de570d

Complementary Color

#de570d #0d94de

#de570d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de570d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de570d Color CSS Codes

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

#de570d Text Font Color

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

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


#de570d Background Color

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

This div background color is #de570d


#de570d Border Color

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

This div border color is #de570d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de570d


Comments

No comments written yet.

Please login to write comment.