Color Hex Logo

#d99eaa Color Hex

#D99EAA
(217,158,170)
0 Favorites   0 Comments

Color spaces of #d99eaa

RGB 217158170
HSL0.970.440.74
HSV348°27°85°
CMYK 0.000.270.22   0.15
XYZ48.097842.107743.6228
Yxy42.10770.35940.3146
Hunter Lab64.890418.74875.5654
CIE-Lab70.945123.67902.4656

#d99eaa color RGB value is (217,158,170).

#d99eaa hex color red value is 217, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d99eaa hue: 0.97 , saturation: 0.44 and the lightness value of d99eaa is 0.74.

The process color (four color CMYK) of #d99eaa color hex is 0.00, 0.27, 0.22, 0.15. Web safe color of #d99eaa is #cc9999. Color #d99eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011110 10101010
Octal 331 236 252
Decimal 217 158 170
Hex D9 9E AA

RGB Percentages of Color #d99eaa

%39.82
%28.99
%31.19

CMYK Percentages of Color #d99eaa

%0
%27
%22
%15

Triadic Colors of #d99eaa

#d99eaa #aad99e #9eaad9

Analogous Colors of #d99eaa

#d99eaa #d9b09e #d99ec8

Monochromatic Colors of #d99eaa

#d99eaa

Complementary Color

#d99eaa #9ed9cd

#d99eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99eaa Color CSS Codes

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

#d99eaa Text Font Color

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

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


#d99eaa Background Color

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

This div background color is #d99eaa


#d99eaa Border Color

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

This div border color is #d99eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99eaa


Comments

No comments written yet.

Please login to write comment.