Color Hex Logo

#d99eec Color Hex

#D99EEC
(217,158,236)
0 Favorites   0 Comments

Color spaces of #d99eec

RGB 217158236
HSL0.790.670.77
HSV285°33°93°
CMYK 0.080.330.00   0.07
XYZ55.982545.261685.1426
Yxy45.26160.30040.2428
Hunter Lab67.276730.7996-27.9412
CIE-Lab73.063835.2271-30.6994

#d99eec color RGB value is (217,158,236).

#d99eec hex color red value is 217, green value is 158 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d99eec hue: 0.79 , saturation: 0.67 and the lightness value of d99eec is 0.77.

The process color (four color CMYK) of #d99eec color hex is 0.08, 0.33, 0.00, 0.07. Web safe color of #d99eec is #cc99ff. Color #d99eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011110 11101100
Octal 331 236 354
Decimal 217 158 236
Hex D9 9E EC

RGB Percentages of Color #d99eec

%35.52
%25.86
%38.63

CMYK Percentages of Color #d99eec

%8
%33
%0
%7

Triadic Colors of #d99eec

#d99eec #ecd99e #9eecd9

Analogous Colors of #d99eec

#d99eec #ec9ed8 #b29eec

Monochromatic Colors of #d99eec

#d99eec

Complementary Color

#d99eec #b1ec9e

#d99eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99eec Color CSS Codes

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

#d99eec Text Font Color

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

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


#d99eec Background Color

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

This div background color is #d99eec


#d99eec Border Color

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

This div border color is #d99eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99eec


Comments

No comments written yet.

Please login to write comment.