Color Hex Logo

#da491f Color Hex

#DA491F
(218,73,31)
0 Favorites   0 Comments

Color spaces of #da491f

RGB 2187331
HSL0.040.750.49
HSV13°86°85°
CMYK 0.000.670.86   0.15
XYZ31.543319.76943.4497
Yxy19.76940.57600.3610
Hunter Lab44.462848.823626.5239
CIE-Lab51.575554.899153.2240

#da491f color RGB value is (218,73,31).

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

The process color (four color CMYK) of #da491f color hex is 0.00, 0.67, 0.86, 0.15. Web safe color of #da491f is #cc3333. Color #da491f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001001 00011111
Octal 332 111 37
Decimal 218 73 31
Hex DA 49 1F

RGB Percentages of Color #da491f

%67.70
%22.67
%9.63

CMYK Percentages of Color #da491f

%0
%67
%86
%15

Triadic Colors of #da491f

#da491f #1fda49 #491fda

Analogous Colors of #da491f

#da491f #daa71f #da1f52

Monochromatic Colors of #da491f

#da491f

Complementary Color

#da491f #1fb0da

#da491f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da491f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da491f Color CSS Codes

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

#da491f Text Font Color

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

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


#da491f Background Color

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

This div background color is #da491f


#da491f Border Color

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

This div border color is #da491f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da491f


Comments

No comments written yet.

Please login to write comment.