Color Hex Logo

#d99aaf Color Hex

#D99AAF
(217,154,175)
0 Favorites   0 Comments

Color spaces of #d99aaf

RGB 217154175
HSL0.940.450.73
HSV340°29°85°
CMYK 0.000.290.19   0.15
XYZ47.908740.958145.9381
Yxy40.95810.35540.3038
Hunter Lab63.998521.62612.2406
CIE-Lab70.146626.5982-1.4748

#d99aaf color RGB value is (217,154,175).

#d99aaf hex color red value is 217, green value is 154 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d99aaf hue: 0.94 , saturation: 0.45 and the lightness value of d99aaf is 0.73.

The process color (four color CMYK) of #d99aaf color hex is 0.00, 0.29, 0.19, 0.15. Web safe color of #d99aaf is #cc9999. Color #d99aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011010 10101111
Octal 331 232 257
Decimal 217 154 175
Hex D9 9A AF

RGB Percentages of Color #d99aaf

%39.74
%28.21
%32.05

CMYK Percentages of Color #d99aaf

%0
%29
%19
%15

Triadic Colors of #d99aaf

#d99aaf #afd99a #9aafd9

Analogous Colors of #d99aaf

#d99aaf #d9a59a #d99acf

Monochromatic Colors of #d99aaf

#d99aaf

Complementary Color

#d99aaf #9ad9c4

#d99aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99aaf Color CSS Codes

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

#d99aaf Text Font Color

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

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


#d99aaf Background Color

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

This div background color is #d99aaf


#d99aaf Border Color

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

This div border color is #d99aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99aaf


Comments

No comments written yet.

Please login to write comment.