Color Hex Logo

#b99bdb Color Hex

#B99BDB
(185,155,219)
0 Favorites   0 Comments

Color spaces of #b99bdb

RGB 185155219
HSL0.740.470.73
HSV268°29°86°
CMYK 0.160.290.00   0.14
XYZ44.515138.871572.1746
Yxy38.87150.28620.2499
Hunter Lab62.347018.3398-24.9928
CIE-Lab68.658123.3876-28.4210

#b99bdb color RGB value is (185,155,219).

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

The process color (four color CMYK) of #b99bdb color hex is 0.16, 0.29, 0.00, 0.14. Web safe color of #b99bdb is #cc99cc. Color #b99bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011011 11011011
Octal 271 233 333
Decimal 185 155 219
Hex B9 9B DB

RGB Percentages of Color #b99bdb

%33.09
%27.73
%39.18

CMYK Percentages of Color #b99bdb

%16
%29
%0
%14

Triadic Colors of #b99bdb

#b99bdb #dbb99b #9bdbb9

Analogous Colors of #b99bdb

#b99bdb #d99bdb #9b9ddb

Monochromatic Colors of #b99bdb

#b99bdb

Complementary Color

#b99bdb #bddb9b

#b99bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99bdb Color CSS Codes

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

#b99bdb Text Font Color

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

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


#b99bdb Background Color

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

This div background color is #b99bdb


#b99bdb Border Color

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

This div border color is #b99bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99bdb


Comments

No comments written yet.

Please login to write comment.