color codes Logo

#d59aad color codes

#D59AAD
(213,154,173)
0 Favorites   0 Comments

Color spaces of #d59aad

RGB 213154173
HSL0.950.410.72
HSV341°28°84°
CMYK 0.000.280.19   0.16
XYZ46.539040.274544.8560
Yxy40.27450.35350.3059
Hunter Lab63.462219.84132.5165
CIE-Lab69.664624.8468-1.1186

#d59aad color RGB value is (213,154,173).

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

The process color (four color CMYK) of #d59aad color code is 0.00, 0.28, 0.19, 0.16. Web safe color of #d59aad is #cc9999. Color #d59aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011010 10101101
Octal 325 232 255
Decimal 213 154 173
Hex D5 9A AD

RGB Percentages of Color #d59aad

%39.44
%28.52
%32.04

CMYK Percentages of Color #d59aad

%0
%28
%19
%16

Triadic Colors of #d59aad

#d59aad #add59a #9aadd5

Analogous Colors of #d59aad

#d59aad #d5a59a #d59acb

Monochromatic Colors of #d59aad

#d59aad

Complementary Color

#d59aad #9ad5c2

#d59aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59aad Color CSS Codes

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

#d59aad Text Font Color

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

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


#d59aad Background Color

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

This div background color is #d59aad


#d59aad Border Color

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

This div border color is #d59aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59aad


Comments

No comments written yet.

Please login to write comment.