Color Hex Logo

#d59aaa Color Hex

#D59AAA
(213,154,170)
0 Favorites   0 Comments

Color spaces of #d59aaa

RGB 213154170
HSL0.950.410.72
HSV344°28°84°
CMYK 0.000.280.20   0.16
XYZ46.251940.159643.3441
Yxy40.15960.35650.3095
Hunter Lab63.371619.37833.8077
CIE-Lab69.583124.38620.4319

#d59aaa color RGB value is (213,154,170).

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

The process color (four color CMYK) of #d59aaa color hex is 0.00, 0.28, 0.20, 0.16. Web safe color of #d59aaa is #cc9999. Color #d59aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011010 10101010
Octal 325 232 252
Decimal 213 154 170
Hex D5 9A AA

RGB Percentages of Color #d59aaa

%39.66
%28.68
%31.66

CMYK Percentages of Color #d59aaa

%0
%28
%20
%16

Triadic Colors of #d59aaa

#d59aaa #aad59a #9aaad5

Analogous Colors of #d59aaa

#d59aaa #d5a89a #d59ac8

Monochromatic Colors of #d59aaa

#d59aaa

Complementary Color

#d59aaa #9ad5c5

#d59aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59aaa Color CSS Codes

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

#d59aaa Text Font Color

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

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


#d59aaa Background Color

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

This div background color is #d59aaa


#d59aaa Border Color

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

This div border color is #d59aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59aaa


Comments

No comments written yet.

Please login to write comment.