Color Hex Logo

#da740a Color Hex

#DA740A
(218,116,10)
0 Favorites   0 Comments

Color spaces of #da740a

RGB 21811610
HSL0.080.910.45
HSV31°95°85°
CMYK 0.000.470.95   0.15
XYZ35.213627.41813.7234
Yxy27.41810.53070.4132
Hunter Lab52.362328.407132.4376
CIE-Lab59.359334.285165.0132

#da740a color RGB value is (218,116,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110100 00001010
Octal 332 164 12
Decimal 218 116 10
Hex DA 74 A

RGB Percentages of Color #da740a

%63.37
%33.72
%2.91

CMYK Percentages of Color #da740a

%0
%47
%95
%15

Triadic Colors of #da740a

#da740a #0ada74 #740ada

Analogous Colors of #da740a

#da740a #d8da0a #da0c0a

Monochromatic Colors of #da740a

#da740a

Complementary Color

#da740a #0a70da

#da740a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da740a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da740a Color CSS Codes

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

#da740a Text Font Color

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

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


#da740a Background Color

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

This div background color is #da740a


#da740a Border Color

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

This div border color is #da740a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,116,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 #da740a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da740a


Comments

No comments written yet.

Please login to write comment.