Color Hex Logo

#da470a Color Hex

#DA470A
(218,71,10)
0 Favorites   0 Comments

Color spaces of #da470a

RGB 2187110
HSL0.050.910.45
HSV18°95°85°
CMYK 0.000.670.95   0.15
XYZ31.221519.43382.3927
Yxy19.43380.58860.3663
Hunter Lab44.083849.272627.6406
CIE-Lab51.190955.375559.8269

#da470a color RGB value is (218,71,10).

#da470a hex color red value is 218, green value is 71 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #da470a hue: 0.05 , saturation: 0.91 and the lightness value of da470a is 0.45.

The process color (four color CMYK) of #da470a color hex is 0.00, 0.67, 0.95, 0.15. Web safe color of #da470a is #cc3300. Color #da470a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000111 00001010
Octal 332 107 12
Decimal 218 71 10
Hex DA 47 A

RGB Percentages of Color #da470a

%72.91
%23.75
%3.34

CMYK Percentages of Color #da470a

%0
%67
%95
%15

Triadic Colors of #da470a

#da470a #0ada47 #470ada

Analogous Colors of #da470a

#da470a #daaf0a #da0a35

Monochromatic Colors of #da470a

#da470a

Complementary Color

#da470a #0a9dda

#da470a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da470a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da470a Color CSS Codes

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

#da470a Text Font Color

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

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


#da470a Background Color

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

This div background color is #da470a


#da470a Border Color

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

This div border color is #da470a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da470a


Comments

No comments written yet.

Please login to write comment.