Color Hex Logo

#d99eda Color Hex

#D99EDA
(217,158,218)
0 Favorites   0 Comments

Color spaces of #d99eda

RGB 217158218
HSL0.830.450.74
HSV299°28°85°
CMYK 0.000.280.00   0.15
XYZ53.497044.267472.0545
Yxy44.26740.31500.2607
Hunter Lab66.533827.0903-17.6361
CIE-Lab72.406931.7619-21.8608

#d99eda color RGB value is (217,158,218).

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

The process color (four color CMYK) of #d99eda color hex is 0.00, 0.28, 0.00, 0.15. Web safe color of #d99eda is #cc99cc. Color #d99eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011110 11011010
Octal 331 236 332
Decimal 217 158 218
Hex D9 9E DA

RGB Percentages of Color #d99eda

%36.59
%26.64
%36.76

CMYK Percentages of Color #d99eda

%0
%28
%0
%15

Triadic Colors of #d99eda

#d99eda #dad99e #9edad9

Analogous Colors of #d99eda

#d99eda #da9ebd #bb9eda

Monochromatic Colors of #d99eda

#d99eda

Complementary Color

#d99eda #9fda9e

#d99eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99eda Color CSS Codes

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

#d99eda Text Font Color

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

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


#d99eda Background Color

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

This div background color is #d99eda


#d99eda Border Color

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

This div border color is #d99eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99eda


Comments

No comments written yet.

Please login to write comment.