Color Hex Logo

#da8972 Color Hex

#DA8972
(218,137,114)
0 Favorites   0 Comments

Color spaces of #da8972

RGB 218137114
HSL0.040.580.65
HSV13°48°85°
CMYK 0.000.370.48   0.15
XYZ40.896434.011720.3290
Yxy34.01170.42940.3571
Hunter Lab58.319623.113320.1564
CIE-Lab64.971928.456125.2972

#da8972 color RGB value is (218,137,114).

#da8972 hex color red value is 218, green value is 137 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #da8972 hue: 0.04 , saturation: 0.58 and the lightness value of da8972 is 0.65.

The process color (four color CMYK) of #da8972 color hex is 0.00, 0.37, 0.48, 0.15. Web safe color of #da8972 is #cc9966. Color #da8972 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001001 01110010
Octal 332 211 162
Decimal 218 137 114
Hex DA 89 72

RGB Percentages of Color #da8972

%46.48
%29.21
%24.31

CMYK Percentages of Color #da8972

%0
%37
%48
%15

Triadic Colors of #da8972

#da8972 #72da89 #8972da

Analogous Colors of #da8972

#da8972 #dabd72 #da728f

Monochromatic Colors of #da8972

#da8972

Complementary Color

#da8972 #72c3da

#da8972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8972 Color CSS Codes

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

#da8972 Text Font Color

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

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


#da8972 Background Color

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

This div background color is #da8972


#da8972 Border Color

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

This div border color is #da8972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8972


Comments

No comments written yet.

Please login to write comment.