Color Hex Logo

#d09aaa Color Hex

#D09AAA
(208,154,170)
0 Favorites   0 Comments

Color spaces of #d09aaa

RGB 208154170
HSL0.950.360.71
HSV342°26°82°
CMYK 0.000.260.18   0.18
XYZ44.823739.423443.2772
Yxy39.42340.35150.3091
Hunter Lab62.788117.55013.0855
CIE-Lab69.056922.5639-0.3996

#d09aaa color RGB value is (208,154,170).

#d09aaa hex color red value is 208, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d09aaa hue: 0.95 , saturation: 0.36 and the lightness value of d09aaa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011010 10101010
Octal 320 232 252
Decimal 208 154 170
Hex D0 9A AA

RGB Percentages of Color #d09aaa

%39.10
%28.95
%31.95

CMYK Percentages of Color #d09aaa

%0
%26
%18
%18

Triadic Colors of #d09aaa

#d09aaa #aad09a #9aaad0

Analogous Colors of #d09aaa

#d09aaa #d0a59a #d09ac5

Monochromatic Colors of #d09aaa

#d09aaa

Complementary Color

#d09aaa #9ad0c0

#d09aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09aaa Color CSS Codes

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

#d09aaa Text Font Color

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

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


#d09aaa Background Color

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

This div background color is #d09aaa


#d09aaa Border Color

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

This div border color is #d09aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09aaa


Comments

No comments written yet.

Please login to write comment.