Color Hex Logo

#d97aad Color Hex

#D97AAD
(217,122,173)
0 Favorites   0 Comments

Color spaces of #d97aad

RGB 217122173
HSL0.910.560.66
HSV328°44°85°
CMYK 0.000.440.20   0.15
XYZ43.117631.687943.3790
Yxy31.68790.36480.2681
Hunter Lab56.292038.2134-6.2849
CIE-Lab63.084143.3067-10.8126

#d97aad color RGB value is (217,122,173).

#d97aad hex color red value is 217, green value is 122 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d97aad hue: 0.91 , saturation: 0.56 and the lightness value of d97aad is 0.66.

The process color (four color CMYK) of #d97aad color hex is 0.00, 0.44, 0.20, 0.15. Web safe color of #d97aad is #cc6699. Color #d97aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111010 10101101
Octal 331 172 255
Decimal 217 122 173
Hex D9 7A AD

RGB Percentages of Color #d97aad

%42.38
%23.83
%33.79

CMYK Percentages of Color #d97aad

%0
%44
%20
%15

Triadic Colors of #d97aad

#d97aad #add97a #7aadd9

Analogous Colors of #d97aad

#d97aad #d97a7e #d67ad9

Monochromatic Colors of #d97aad

#d97aad

Complementary Color

#d97aad #7ad9a6

#d97aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97aad Color CSS Codes

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

#d97aad Text Font Color

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

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


#d97aad Background Color

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

This div background color is #d97aad


#d97aad Border Color

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

This div border color is #d97aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97aad


Comments

No comments written yet.

Please login to write comment.