Color Hex Logo

#d99aef Color Hex

#D99AEF
(217,154,239)
0 Favorites   0 Comments

Color spaces of #d99aef

RGB 217154239
HSL0.790.730.77
HSV284°36°94°
CMYK 0.090.360.00   0.06
XYZ55.750944.094987.2341
Yxy44.09490.29800.2357
Hunter Lab66.404033.6565-31.4057
CIE-Lab72.291937.9756-33.5269

#d99aef color RGB value is (217,154,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011010 11101111
Octal 331 232 357
Decimal 217 154 239
Hex D9 9A EF

RGB Percentages of Color #d99aef

%35.57
%25.25
%39.18

CMYK Percentages of Color #d99aef

%9
%36
%0
%6

Triadic Colors of #d99aef

#d99aef #efd99a #9aefd9

Analogous Colors of #d99aef

#d99aef #ef9adb #af9aef

Monochromatic Colors of #d99aef

#d99aef

Complementary Color

#d99aef #b0ef9a

#d99aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99aef Color CSS Codes

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

#d99aef Text Font Color

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

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


#d99aef Background Color

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

This div background color is #d99aef


#d99aef Border Color

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

This div border color is #d99aef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,154,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 #d99aef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99aef


Comments

No comments written yet.

Please login to write comment.