Color Hex Logo

#da570e Color Hex

#DA570E
(218,87,14)
0 Favorites   0 Comments

Color spaces of #da570e

RGB 2188714
HSL0.060.880.45
HSV21°94°85°
CMYK 0.000.600.94   0.15
XYZ32.400921.75352.9066
Yxy21.75350.56780.3812
Hunter Lab46.640642.381428.9536
CIE-Lab53.764548.573060.5106

#da570e color RGB value is (218,87,14).

#da570e hex color red value is 218, green value is 87 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #da570e hue: 0.06 , saturation: 0.88 and the lightness value of da570e is 0.45.

The process color (four color CMYK) of #da570e color hex is 0.00, 0.60, 0.94, 0.15. Web safe color of #da570e is #cc6600. Color #da570e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 00001110
Octal 332 127 16
Decimal 218 87 14
Hex DA 57 E

RGB Percentages of Color #da570e

%68.34
%27.27
%4.39

CMYK Percentages of Color #da570e

%0
%60
%94
%15

Triadic Colors of #da570e

#da570e #0eda57 #570eda

Analogous Colors of #da570e

#da570e #dabd0e #da0e2b

Monochromatic Colors of #da570e

#da570e

Complementary Color

#da570e #0e91da

#da570e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da570e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da570e Color CSS Codes

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

#da570e Text Font Color

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

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


#da570e Background Color

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

This div background color is #da570e


#da570e Border Color

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

This div border color is #da570e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da570e


Comments

No comments written yet.

Please login to write comment.