Color Hex Logo

#d59aae Color Hex

#D59AAE
(213,154,174)
0 Favorites   0 Comments

Color spaces of #d59aae

RGB 213154174
HSL0.940.410.72
HSV340°28°84°
CMYK 0.000.280.18   0.16
XYZ46.636240.313345.3677
Yxy40.31330.35250.3047
Hunter Lab63.492819.99812.0802
CIE-Lab69.692125.0024-1.6349

#d59aae color RGB value is (213,154,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011010 10101110
Octal 325 232 256
Decimal 213 154 174
Hex D5 9A AE

RGB Percentages of Color #d59aae

%39.37
%28.47
%32.16

CMYK Percentages of Color #d59aae

%0
%28
%18
%16

Triadic Colors of #d59aae

#d59aae #aed59a #9aaed5

Analogous Colors of #d59aae

#d59aae #d5a49a #d59acc

Monochromatic Colors of #d59aae

#d59aae

Complementary Color

#d59aae #9ad5c1

#d59aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59aae Color CSS Codes

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

#d59aae Text Font Color

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

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


#d59aae Background Color

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

This div background color is #d59aae


#d59aae Border Color

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

This div border color is #d59aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,154,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59aae


Comments

No comments written yet.

Please login to write comment.