Color Hex Logo

#da734a Color Hex

#DA734A
(218,115,74)
0 Favorites   0 Comments

Color spaces of #da734a

RGB 21811574
HSL0.050.660.57
HSV17°66°85°
CMYK 0.000.470.66   0.15
XYZ36.280227.66139.9056
Yxy27.66130.49130.3746
Hunter Lab52.594031.092725.6491
CIE-Lab59.581536.917340.3624

#da734a color RGB value is (218,115,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110011 01001010
Octal 332 163 112
Decimal 218 115 74
Hex DA 73 4A

RGB Percentages of Color #da734a

%53.56
%28.26
%18.18

CMYK Percentages of Color #da734a

%0
%47
%66
%15

Triadic Colors of #da734a

#da734a #4ada73 #734ada

Analogous Colors of #da734a

#da734a #dabb4a #da4a69

Monochromatic Colors of #da734a

#da734a

Complementary Color

#da734a #4ab1da

#da734a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da734a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da734a Color CSS Codes

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

#da734a Text Font Color

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

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


#da734a Background Color

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

This div background color is #da734a


#da734a Border Color

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

This div border color is #da734a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da734a


Comments

No comments written yet.

Please login to write comment.