Color Hex Logo

#d99ecd Color Hex

#D99ECD
(217,158,205)
0 Favorites   0 Comments

Color spaces of #d99ecd

RGB 217158205
HSL0.870.440.74
HSV312°27°85°
CMYK 0.000.270.06   0.15
XYZ51.861643.613263.4424
Yxy43.61320.32630.2744
Hunter Lab66.040324.6060-10.7294
CIE-Lab71.969229.3981-15.3751

#d99ecd color RGB value is (217,158,205).

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

The process color (four color CMYK) of #d99ecd color hex is 0.00, 0.27, 0.06, 0.15. Web safe color of #d99ecd is #cc99cc. Color #d99ecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011110 11001101
Octal 331 236 315
Decimal 217 158 205
Hex D9 9E CD

RGB Percentages of Color #d99ecd

%37.41
%27.24
%35.34

CMYK Percentages of Color #d99ecd

%0
%27
%6
%15

Triadic Colors of #d99ecd

#d99ecd #cdd99e #9ecdd9

Analogous Colors of #d99ecd

#d99ecd #d99eb0 #c89ed9

Monochromatic Colors of #d99ecd

#d99ecd

Complementary Color

#d99ecd #9ed9aa

#d99ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99ecd Color CSS Codes

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

#d99ecd Text Font Color

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

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


#d99ecd Background Color

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

This div background color is #d99ecd


#d99ecd Border Color

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

This div border color is #d99ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99ecd


Comments

No comments written yet.

Please login to write comment.