Color Hex Logo

#da704a Color Hex

#DA704A
(218,112,74)
0 Favorites   0 Comments

Color spaces of #da704a

RGB 21811274
HSL0.040.660.57
HSV16°66°85°
CMYK 0.000.490.66   0.15
XYZ35.943626.98829.7934
Yxy26.98820.49420.3711
Hunter Lab51.950232.588925.1880
CIE-Lab58.963438.456339.6377

#da704a color RGB value is (218,112,74).

#da704a hex color red value is 218, green value is 112 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #da704a hue: 0.04 , saturation: 0.66 and the lightness value of da704a is 0.57.

The process color (four color CMYK) of #da704a color hex is 0.00, 0.49, 0.66, 0.15. Web safe color of #da704a is #cc6633. Color #da704a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 01001010
Octal 332 160 112
Decimal 218 112 74
Hex DA 70 4A

RGB Percentages of Color #da704a

%53.96
%27.72
%18.32

CMYK Percentages of Color #da704a

%0
%49
%66
%15

Triadic Colors of #da704a

#da704a #4ada70 #704ada

Analogous Colors of #da704a

#da704a #dab84a #da4a6c

Monochromatic Colors of #da704a

#da704a

Complementary Color

#da704a #4ab4da

#da704a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da704a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da704a Color CSS Codes

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

#da704a Text Font Color

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

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


#da704a Background Color

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

This div background color is #da704a


#da704a Border Color

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

This div border color is #da704a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da704a


Comments

No comments written yet.

Please login to write comment.