Color Hex Logo

#d99aae Color Hex

#D99AAE
(217,154,174)
0 Favorites   0 Comments

Color spaces of #d99aae

RGB 217154174
HSL0.950.450.73
HSV341°29°85°
CMYK 0.000.290.20   0.15
XYZ47.810940.918945.4226
Yxy40.91890.35640.3050
Hunter Lab63.967921.47072.6766
CIE-Lab70.119126.4458-0.9590

#d99aae color RGB value is (217,154,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011010 10101110
Octal 331 232 256
Decimal 217 154 174
Hex D9 9A AE

RGB Percentages of Color #d99aae

%39.82
%28.26
%31.93

CMYK Percentages of Color #d99aae

%0
%29
%20
%15

Triadic Colors of #d99aae

#d99aae #aed99a #9aaed9

Analogous Colors of #d99aae

#d99aae #d9a69a #d99ace

Monochromatic Colors of #d99aae

#d99aae

Complementary Color

#d99aae #9ad9c5

#d99aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99aae Color CSS Codes

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

#d99aae Text Font Color

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

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


#d99aae Background Color

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

This div background color is #d99aae


#d99aae Border Color

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

This div border color is #d99aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99aae


Comments

No comments written yet.

Please login to write comment.