Color Hex Logo

#b99beb Color Hex

#B99BEB
(185,155,235)
0 Favorites   0 Comments

Color spaces of #b99beb

RGB 185155235
HSL0.730.670.76
HSV263°34°92°
CMYK 0.210.340.00   0.08
XYZ46.724339.755183.8081
Yxy39.75510.27440.2335
Hunter Lab63.051621.9367-34.6720
CIE-Lab69.294726.9633-36.2300

#b99beb color RGB value is (185,155,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011011 11101011
Octal 271 233 353
Decimal 185 155 235
Hex B9 9B EB

RGB Percentages of Color #b99beb

%32.17
%26.96
%40.87

CMYK Percentages of Color #b99beb

%21
%34
%0
%8

Triadic Colors of #b99beb

#b99beb #ebb99b #9bebb9

Analogous Colors of #b99beb

#b99beb #e19beb #9ba5eb

Monochromatic Colors of #b99beb

#b99beb

Complementary Color

#b99beb #cdeb9b

#b99beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99beb Color CSS Codes

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

#b99beb Text Font Color

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

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


#b99beb Background Color

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

This div background color is #b99beb


#b99beb Border Color

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

This div border color is #b99beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99beb


Comments

No comments written yet.

Please login to write comment.