Color Hex Logo

#da710b Color Hex

#DA710B
(218,113,11)
0 Favorites   0 Comments

Color spaces of #da710b

RGB 21811311
HSL0.080.900.45
HSV30°95°85°
CMYK 0.000.480.95   0.15
XYZ34.879026.73983.6396
Yxy26.73980.53450.4098
Hunter Lab51.710529.905632.0243
CIE-Lab58.732735.845164.4235

#da710b color RGB value is (218,113,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110001 00001011
Octal 332 161 13
Decimal 218 113 11
Hex DA 71 B

RGB Percentages of Color #da710b

%63.74
%33.04
%3.22

CMYK Percentages of Color #da710b

%0
%48
%95
%15

Triadic Colors of #da710b

#da710b #0bda71 #710bda

Analogous Colors of #da710b

#da710b #dad90b #da0b0c

Monochromatic Colors of #da710b

#da710b

Complementary Color

#da710b #0b74da

#da710b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da710b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da710b Color CSS Codes

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

#da710b Text Font Color

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

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


#da710b Background Color

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

This div background color is #da710b


#da710b Border Color

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

This div border color is #da710b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da710b


Comments

No comments written yet.

Please login to write comment.