Color Hex Logo

#da780a Color Hex

#DA780A
(218,120,10)
0 Favorites   0 Comments

Color spaces of #da780a

RGB 21812010
HSL0.090.910.45
HSV32°95°85°
CMYK 0.000.450.95   0.15
XYZ35.684728.36033.8805
Yxy28.36030.52540.4175
Hunter Lab53.254426.414132.9578
CIE-Lab60.212932.200565.5843

#da780a color RGB value is (218,120,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111000 00001010
Octal 332 170 12
Decimal 218 120 10
Hex DA 78 A

RGB Percentages of Color #da780a

%62.64
%34.48
%2.87

CMYK Percentages of Color #da780a

%0
%45
%95
%15

Triadic Colors of #da780a

#da780a #0ada78 #780ada

Analogous Colors of #da780a

#da780a #d4da0a #da100a

Monochromatic Colors of #da780a

#da780a

Complementary Color

#da780a #0a6cda

#da780a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da780a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da780a Color CSS Codes

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

#da780a Text Font Color

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

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


#da780a Background Color

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

This div background color is #da780a


#da780a Border Color

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

This div border color is #da780a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da780a


Comments

No comments written yet.

Please login to write comment.