Color Hex Logo

#da511f Color Hex

#DA511F
(218,81,31)
0 Favorites   0 Comments

Color spaces of #da511f

RGB 2188131
HSL0.040.750.49
HSV16°86°85°
CMYK 0.000.630.86   0.15
XYZ32.103220.88923.6363
Yxy20.88920.56690.3689
Hunter Lab45.704745.396027.2761
CIE-Lab52.828051.536554.2625

#da511f color RGB value is (218,81,31).

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

The process color (four color CMYK) of #da511f color hex is 0.00, 0.63, 0.86, 0.15. Web safe color of #da511f is #cc6633. Color #da511f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010001 00011111
Octal 332 121 37
Decimal 218 81 31
Hex DA 51 1F

RGB Percentages of Color #da511f

%66.06
%24.55
%9.39

CMYK Percentages of Color #da511f

%0
%63
%86
%15

Triadic Colors of #da511f

#da511f #1fda51 #511fda

Analogous Colors of #da511f

#da511f #daaf1f #da1f4a

Monochromatic Colors of #da511f

#da511f

Complementary Color

#da511f #1fa8da

#da511f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da511f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da511f Color CSS Codes

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

#da511f Text Font Color

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

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


#da511f Background Color

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

This div background color is #da511f


#da511f Border Color

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

This div border color is #da511f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da511f


Comments

No comments written yet.

Please login to write comment.