Color Hex Logo

#da811f Color Hex

#DA811F
(218,129,31)
0 Favorites   0 Comments

Color spaces of #da811f

RGB 21812931
HSL0.090.750.49
HSV31°86°85°
CMYK 0.000.410.86   0.15
XYZ37.011030.70495.2723
Yxy30.70490.50710.4207
Hunter Lab55.412022.253433.1471
CIE-Lab62.257727.801062.0301

#da811f color RGB value is (218,129,31).

#da811f hex color red value is 218, green value is 129 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #da811f hue: 0.09 , saturation: 0.75 and the lightness value of da811f is 0.49.

The process color (four color CMYK) of #da811f color hex is 0.00, 0.41, 0.86, 0.15. Web safe color of #da811f is #cc9933. Color #da811f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000001 00011111
Octal 332 201 37
Decimal 218 129 31
Hex DA 81 1F

RGB Percentages of Color #da811f

%57.67
%34.13
%8.20

CMYK Percentages of Color #da811f

%0
%41
%86
%15

Triadic Colors of #da811f

#da811f #1fda81 #811fda

Analogous Colors of #da811f

#da811f #d6da1f #da241f

Monochromatic Colors of #da811f

#da811f

Complementary Color

#da811f #1f78da

#da811f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da811f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da811f Color CSS Codes

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

#da811f Text Font Color

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

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


#da811f Background Color

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

This div background color is #da811f


#da811f Border Color

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

This div border color is #da811f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da811f


Comments

No comments written yet.

Please login to write comment.