Color Hex Logo

#d99eef Color Hex

#D99EEF
(217,158,239)
0 Favorites   0 Comments

Color spaces of #d99eef

RGB 217158239
HSL0.790.720.78
HSV284°34°94°
CMYK 0.090.340.00   0.06
XYZ56.422145.437487.4579
Yxy45.43740.29800.2400
Hunter Lab67.407331.4476-29.7410
CIE-Lab73.179035.8249-32.1561

#d99eef color RGB value is (217,158,239).

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

The process color (four color CMYK) of #d99eef color hex is 0.09, 0.34, 0.00, 0.06. Web safe color of #d99eef is #cc99ff. Color #d99eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011110 11101111
Octal 331 236 357
Decimal 217 158 239
Hex D9 9E EF

RGB Percentages of Color #d99eef

%35.34
%25.73
%38.93

CMYK Percentages of Color #d99eef

%9
%34
%0
%6

Triadic Colors of #d99eef

#d99eef #efd99e #9eefd9

Analogous Colors of #d99eef

#d99eef #ef9edd #b19eef

Monochromatic Colors of #d99eef

#d99eef

Complementary Color

#d99eef #b4ef9e

#d99eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99eef Color CSS Codes

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

#d99eef Text Font Color

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

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


#d99eef Background Color

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

This div background color is #d99eef


#d99eef Border Color

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

This div border color is #d99eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99eef


Comments

No comments written yet.

Please login to write comment.