Color Hex Logo

#d99dae Color Hex

#D99DAE
(217,157,174)
0 Favorites   0 Comments

Color spaces of #d99dae

RGB 217157174
HSL0.950.440.73
HSV343°28°85°
CMYK 0.000.280.20   0.15
XYZ48.312241.921645.5898
Yxy41.92160.35570.3086
Hunter Lab64.746919.88433.5753
CIE-Lab70.816824.82310.0609

#d99dae color RGB value is (217,157,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011101 10101110
Octal 331 235 256
Decimal 217 157 174
Hex D9 9D AE

RGB Percentages of Color #d99dae

%39.60
%28.65
%31.75

CMYK Percentages of Color #d99dae

%0
%28
%20
%15

Triadic Colors of #d99dae

#d99dae #aed99d #9daed9

Analogous Colors of #d99dae

#d99dae #d9aa9d #d99dcc

Monochromatic Colors of #d99dae

#d99dae

Complementary Color

#d99dae #9dd9c8

#d99dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99dae Color CSS Codes

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

#d99dae Text Font Color

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

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


#d99dae Background Color

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

This div background color is #d99dae


#d99dae Border Color

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

This div border color is #d99dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99dae


Comments

No comments written yet.

Please login to write comment.