Color Hex Logo

#d99edd Color Hex

#D99EDD
(217,158,221)
0 Favorites   0 Comments

Color spaces of #d99edd

RGB 217158221
HSL0.820.480.74
HSV296°29°87°
CMYK 0.020.290.00   0.13
XYZ53.893344.425974.1412
Yxy44.42590.31250.2576
Hunter Lab66.652827.6871-19.2943
CIE-Lab72.512332.3245-23.3456

#d99edd color RGB value is (217,158,221).

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

The process color (four color CMYK) of #d99edd color hex is 0.02, 0.29, 0.00, 0.13. Web safe color of #d99edd is #cc99cc. Color #d99edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011110 11011101
Octal 331 236 335
Decimal 217 158 221
Hex D9 9E DD

RGB Percentages of Color #d99edd

%36.41
%26.51
%37.08

CMYK Percentages of Color #d99edd

%2
%29
%0
%13

Triadic Colors of #d99edd

#d99edd #ddd99e #9eddd9

Analogous Colors of #d99edd

#d99edd #dd9ec2 #ba9edd

Monochromatic Colors of #d99edd

#d99edd

Complementary Color

#d99edd #a2dd9e

#d99edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99edd Color CSS Codes

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

#d99edd Text Font Color

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

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


#d99edd Background Color

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

This div background color is #d99edd


#d99edd Border Color

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

This div border color is #d99edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99edd


Comments

No comments written yet.

Please login to write comment.