Color Hex Logo

#da493b Color Hex

#DA493B
(218,73,59)
0 Favorites   0 Comments

Color spaces of #da493b

RGB 2187359
HSL0.010.680.54
HSV73°85°
CMYK 0.000.670.73   0.15
XYZ32.085419.98636.3043
Yxy19.98630.54960.3424
Hunter Lab44.706049.873422.9333
CIE-Lab51.821755.809639.5611

#da493b color RGB value is (218,73,59).

#da493b hex color red value is 218, green value is 73 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #da493b hue: 0.01 , saturation: 0.68 and the lightness value of da493b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001001 00111011
Octal 332 111 73
Decimal 218 73 59
Hex DA 49 3B

RGB Percentages of Color #da493b

%62.29
%20.86
%16.86

CMYK Percentages of Color #da493b

%0
%67
%73
%15

Triadic Colors of #da493b

#da493b #3bda49 #493bda

Analogous Colors of #da493b

#da493b #da993b #da3b7d

Monochromatic Colors of #da493b

#da493b

Complementary Color

#da493b #3bccda

#da493b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da493b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da493b Color CSS Codes

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

#da493b Text Font Color

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

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


#da493b Background Color

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

This div background color is #da493b


#da493b Border Color

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

This div border color is #da493b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da493b


Comments

No comments written yet.

Please login to write comment.