Color Hex Logo

#d99ecc Color Hex

#D99ECC
(217,158,204)
0 Favorites   0 Comments

Color spaces of #d99ecc

RGB 217158204
HSL0.870.440.74
HSV313°27°85°
CMYK 0.000.270.06   0.15
XYZ51.741243.565162.8086
Yxy43.56510.32720.2755
Hunter Lab66.003924.4215-10.2171
CIE-Lab71.936829.2211-14.8728

#d99ecc color RGB value is (217,158,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011110 11001100
Octal 331 236 314
Decimal 217 158 204
Hex D9 9E CC

RGB Percentages of Color #d99ecc

%37.48
%27.29
%35.23

CMYK Percentages of Color #d99ecc

%0
%27
%6
%15

Triadic Colors of #d99ecc

#d99ecc #ccd99e #9eccd9

Analogous Colors of #d99ecc

#d99ecc #d99eaf #c99ed9

Monochromatic Colors of #d99ecc

#d99ecc

Complementary Color

#d99ecc #9ed9ab

#d99ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99ecc Color CSS Codes

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

#d99ecc Text Font Color

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

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


#d99ecc Background Color

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

This div background color is #d99ecc


#d99ecc Border Color

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

This div border color is #d99ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99ecc


Comments

No comments written yet.

Please login to write comment.