color codes Logo

#d98aad color codes

#D98AAD
(217,138,173)
0 Favorites   0 Comments

Color spaces of #d98aad

RGB 217138173
HSL0.930.510.70
HSV333°36°85°
CMYK 0.000.360.20   0.15
XYZ45.246635.945844.0886
Yxy35.94580.36120.2869
Hunter Lab59.954829.7892-1.6313
CIE-Lab66.478534.8977-5.7583

#d98aad color RGB value is (217,138,173).

#d98aad hex color red value is 217, green value is 138 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d98aad hue: 0.93 , saturation: 0.51 and the lightness value of d98aad is 0.70.

The process color (four color CMYK) of #d98aad color code is 0.00, 0.36, 0.20, 0.15. Web safe color of #d98aad is #cc9999. Color #d98aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001010 10101101
Octal 331 212 255
Decimal 217 138 173
Hex D9 8A AD

RGB Percentages of Color #d98aad

%41.10
%26.14
%32.77

CMYK Percentages of Color #d98aad

%0
%36
%20
%15

Triadic Colors of #d98aad

#d98aad #add98a #8aadd9

Analogous Colors of #d98aad

#d98aad #d98f8a #d98ad5

Monochromatic Colors of #d98aad

#d98aad

Complementary Color

#d98aad #8ad9b6

#d98aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98aad Color CSS Codes

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

#d98aad Text Font Color

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

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


#d98aad Background Color

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

This div background color is #d98aad


#d98aad Border Color

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

This div border color is #d98aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98aad


Comments

No comments written yet.

Please login to write comment.