Color Hex Logo

#da491d Color Hex

#DA491D
(218,73,29)
0 Favorites   0 Comments

Color spaces of #da491d

RGB 2187329
HSL0.040.770.48
HSV14°87°85°
CMYK 0.000.670.87   0.15
XYZ31.517819.75923.3151
Yxy19.75920.57730.3619
Hunter Lab44.451348.774026.6942
CIE-Lab51.563954.855954.0380

#da491d color RGB value is (218,73,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001001 00011101
Octal 332 111 35
Decimal 218 73 29
Hex DA 49 1D

RGB Percentages of Color #da491d

%68.13
%22.81
%9.06

CMYK Percentages of Color #da491d

%0
%67
%87
%15

Triadic Colors of #da491d

#da491d #1dda49 #491dda

Analogous Colors of #da491d

#da491d #daa81d #da1d4f

Monochromatic Colors of #da491d

#da491d

Complementary Color

#da491d #1daeda

#da491d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da491d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da491d Color CSS Codes

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

#da491d Text Font Color

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

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


#da491d Background Color

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

This div background color is #da491d


#da491d Border Color

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

This div border color is #da491d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da491d


Comments

No comments written yet.

Please login to write comment.