Color Hex Logo

#d1a0aa Color Hex

#D1A0AA
(209,160,170)
0 Favorites   0 Comments

Color spaces of #d1a0aa

RGB 209160170
HSL0.970.350.72
HSV348°23°82°
CMYK 0.000.230.19   0.18
XYZ46.121041.599243.6288
Yxy41.59920.35110.3167
Hunter Lab64.497414.77175.0419
CIE-Lab70.593719.65861.8530

#d1a0aa color RGB value is (209,160,170).

#d1a0aa hex color red value is 209, green value is 160 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d1a0aa hue: 0.97 , saturation: 0.35 and the lightness value of d1a0aa is 0.72.

The process color (four color CMYK) of #d1a0aa color hex is 0.00, 0.23, 0.19, 0.18. Web safe color of #d1a0aa is #cc9999. Color #d1a0aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10100000 10101010
Octal 321 240 252
Decimal 209 160 170
Hex D1 A0 AA

RGB Percentages of Color #d1a0aa

%38.78
%29.68
%31.54

CMYK Percentages of Color #d1a0aa

%0
%23
%19
%18

Triadic Colors of #d1a0aa

#d1a0aa #aad1a0 #a0aad1

Analogous Colors of #d1a0aa

#d1a0aa #d1afa0 #d1a0c3

Monochromatic Colors of #d1a0aa

#d1a0aa

Complementary Color

#d1a0aa #a0d1c7

#d1a0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1a0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1a0aa Color CSS Codes

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

#d1a0aa Text Font Color

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

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


#d1a0aa Background Color

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

This div background color is #d1a0aa


#d1a0aa Border Color

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

This div border color is #d1a0aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,160,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1a0aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1a0aa;
  -webkit-box-shadow: 1px 1px 3px 2px #d1a0aa;
  box-shadow:         1px 1px 3px 2px #d1a0aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,160,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1a0aa


Comments

No comments written yet.

Please login to write comment.