Color Hex Logo

#d99edc Color Hex

#D99EDC
(217,158,220)
0 Favorites   0 Comments

Color spaces of #d99edc

RGB 217158220
HSL0.830.470.74
HSV297°28°86°
CMYK 0.010.280.00   0.14
XYZ53.760444.372773.4415
Yxy44.37270.31330.2586
Hunter Lab66.612827.4873-18.7390
CIE-Lab72.476932.1364-22.8513

#d99edc color RGB value is (217,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011110 11011100
Octal 331 236 334
Decimal 217 158 220
Hex D9 9E DC

RGB Percentages of Color #d99edc

%36.47
%26.55
%36.97

CMYK Percentages of Color #d99edc

%1
%28
%0
%14

Triadic Colors of #d99edc

#d99edc #dcd99e #9edcd9

Analogous Colors of #d99edc

#d99edc #dc9ec0 #ba9edc

Monochromatic Colors of #d99edc

#d99edc

Complementary Color

#d99edc #a1dc9e

#d99edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99edc Color CSS Codes

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

#d99edc Text Font Color

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

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


#d99edc Background Color

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

This div background color is #d99edc


#d99edc Border Color

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

This div border color is #d99edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99edc


Comments

No comments written yet.

Please login to write comment.