Color Hex Logo

#b99deb Color Hex

#B99DEB
(185,157,235)
0 Favorites   0 Comments

Color spaces of #b99deb

RGB 185157235
HSL0.730.660.77
HSV262°33°92°
CMYK 0.210.330.00   0.08
XYZ47.060040.426483.9200
Yxy40.42640.27460.2359
Hunter Lab63.581820.8486-33.7482
CIE-Lab69.772225.8483-35.4884

#b99deb color RGB value is (185,157,235).

#b99deb hex color red value is 185, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b99deb hue: 0.73 , saturation: 0.66 and the lightness value of b99deb is 0.77.

The process color (four color CMYK) of #b99deb color hex is 0.21, 0.33, 0.00, 0.08. Web safe color of #b99deb is #cc99ff. Color #b99deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011101 11101011
Octal 271 235 353
Decimal 185 157 235
Hex B9 9D EB

RGB Percentages of Color #b99deb

%32.06
%27.21
%40.73

CMYK Percentages of Color #b99deb

%21
%33
%0
%8

Triadic Colors of #b99deb

#b99deb #ebb99d #9debb9

Analogous Colors of #b99deb

#b99deb #e09deb #9da8eb

Monochromatic Colors of #b99deb

#b99deb

Complementary Color

#b99deb #cfeb9d

#b99deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99deb Color CSS Codes

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

#b99deb Text Font Color

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

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


#b99deb Background Color

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

This div background color is #b99deb


#b99deb Border Color

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

This div border color is #b99deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99deb


Comments

No comments written yet.

Please login to write comment.