Color Hex Logo

#da714a Color Hex

#DA714A
(218,113,74)
0 Favorites   0 Comments

Color spaces of #da714a

RGB 21811374
HSL0.050.660.57
HSV16°66°85°
CMYK 0.000.480.66   0.15
XYZ36.054627.21019.8304
Yxy27.21010.49330.3723
Hunter Lab52.163332.091125.3409
CIE-Lab59.168337.945039.8782

#da714a color RGB value is (218,113,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110001 01001010
Octal 332 161 112
Decimal 218 113 74
Hex DA 71 4A

RGB Percentages of Color #da714a

%53.83
%27.90
%18.27

CMYK Percentages of Color #da714a

%0
%48
%66
%15

Triadic Colors of #da714a

#da714a #4ada71 #714ada

Analogous Colors of #da714a

#da714a #dab94a #da4a6b

Monochromatic Colors of #da714a

#da714a

Complementary Color

#da714a #4ab3da

#da714a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da714a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da714a Color CSS Codes

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

#da714a Text Font Color

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

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


#da714a Background Color

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

This div background color is #da714a


#da714a Border Color

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

This div border color is #da714a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da714a


Comments

No comments written yet.

Please login to write comment.