Color Hex Logo

#d99afb Color Hex

#D99AFB
(217,154,251)
0 Favorites   0 Comments

Color spaces of #d99afb

RGB 217154251
HSL0.770.920.79
HSV279°39°98°
CMYK 0.140.390.00   0.02
XYZ57.583544.828096.8845
Yxy44.82800.28890.2249
Hunter Lab66.953736.3498-38.9272
CIE-Lab72.778540.4148-39.2995

#d99afb color RGB value is (217,154,251).

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

The process color (four color CMYK) of #d99afb color hex is 0.14, 0.39, 0.00, 0.02. Web safe color of #d99afb is #cc99ff. Color #d99afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011010 11111011
Octal 331 232 373
Decimal 217 154 251
Hex D9 9A FB

RGB Percentages of Color #d99afb

%34.89
%24.76
%40.35

CMYK Percentages of Color #d99afb

%14
%39
%0
%2

Triadic Colors of #d99afb

#d99afb #fbd99a #9afbd9

Analogous Colors of #d99afb

#d99afb #fb9aed #a99afb

Monochromatic Colors of #d99afb

#d99afb

Complementary Color

#d99afb #bcfb9a

#d99afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99afb Color CSS Codes

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

#d99afb Text Font Color

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

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


#d99afb Background Color

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

This div background color is #d99afb


#d99afb Border Color

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

This div border color is #d99afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99afb


Comments

No comments written yet.

Please login to write comment.