Color Hex Logo

#b99fde Color Hex

#B99FDE
(185,159,222)
0 Favorites   0 Comments

Color spaces of #b99fde

RGB 185159222
HSL0.740.490.75
HSV265°28°87°
CMYK 0.170.280.00   0.13
XYZ45.590540.384574.4993
Yxy40.38450.28410.2517
Hunter Lab63.548816.8472-25.0225
CIE-Lab69.742521.8152-28.4038

#b99fde color RGB value is (185,159,222).

#b99fde hex color red value is 185, green value is 159 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b99fde hue: 0.74 , saturation: 0.49 and the lightness value of b99fde is 0.75.

The process color (four color CMYK) of #b99fde color hex is 0.17, 0.28, 0.00, 0.13. Web safe color of #b99fde is #cc99cc. Color #b99fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011111 11011110
Octal 271 237 336
Decimal 185 159 222
Hex B9 9F DE

RGB Percentages of Color #b99fde

%32.69
%28.09
%39.22

CMYK Percentages of Color #b99fde

%17
%28
%0
%13

Triadic Colors of #b99fde

#b99fde #deb99f #9fdeb9

Analogous Colors of #b99fde

#b99fde #d99fde #9fa5de

Monochromatic Colors of #b99fde

#b99fde

Complementary Color

#b99fde #c4de9f

#b99fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99fde Color CSS Codes

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

#b99fde Text Font Color

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

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


#b99fde Background Color

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

This div background color is #b99fde


#b99fde Border Color

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

This div border color is #b99fde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,159,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b99fde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b99fde;
  -webkit-box-shadow: 1px 1px 3px 2px #b99fde;
  box-shadow:         1px 1px 3px 2px #b99fde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,159,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99fde


Comments

No comments written yet.

Please login to write comment.