Color Hex Logo

#da570b Color Hex

#DA570B
(218,87,11)
0 Favorites   0 Comments

Color spaces of #da570b

RGB 2188711
HSL0.060.900.45
HSV22°95°85°
CMYK 0.000.600.95   0.15
XYZ32.382021.74602.8073
Yxy21.74600.56880.3819
Hunter Lab46.632642.344629.0735
CIE-Lab53.756548.539761.1854

#da570b color RGB value is (218,87,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 00001011
Octal 332 127 13
Decimal 218 87 11
Hex DA 57 B

RGB Percentages of Color #da570b

%68.99
%27.53
%3.48

CMYK Percentages of Color #da570b

%0
%60
%95
%15

Triadic Colors of #da570b

#da570b #0bda57 #570bda

Analogous Colors of #da570b

#da570b #dabf0b #da0b27

Monochromatic Colors of #da570b

#da570b

Complementary Color

#da570b #0b8eda

#da570b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da570b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da570b Color CSS Codes

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

#da570b Text Font Color

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

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


#da570b Background Color

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

This div background color is #da570b


#da570b Border Color

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

This div border color is #da570b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da570b


Comments

No comments written yet.

Please login to write comment.