Color Hex Logo

#d99efa Color Hex

#D99EFA
(217,158,250)
0 Favorites   0 Comments

Color spaces of #d99efa

RGB 217158250
HSL0.770.900.80
HSV278°37°98°
CMYK 0.130.370.00   0.02
XYZ58.097546.107696.2801
Yxy46.10760.28980.2300
Hunter Lab67.902633.8952-36.5364
CIE-Lab73.615338.0630-37.4559

#d99efa color RGB value is (217,158,250).

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

The process color (four color CMYK) of #d99efa color hex is 0.13, 0.37, 0.00, 0.02. Web safe color of #d99efa is #cc99ff. Color #d99efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011110 11111010
Octal 331 236 372
Decimal 217 158 250
Hex D9 9E FA

RGB Percentages of Color #d99efa

%34.72
%25.28
%40.00

CMYK Percentages of Color #d99efa

%13
%37
%0
%2

Triadic Colors of #d99efa

#d99efa #fad99e #9efad9

Analogous Colors of #d99efa

#d99efa #fa9eed #ab9efa

Monochromatic Colors of #d99efa

#d99efa

Complementary Color

#d99efa #bffa9e

#d99efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99efa Color CSS Codes

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

#d99efa Text Font Color

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

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


#d99efa Background Color

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

This div background color is #d99efa


#d99efa Border Color

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

This div border color is #d99efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99efa


Comments

No comments written yet.

Please login to write comment.