Color Hex Logo

#b99adb Color Hex

#B99ADB
(185,154,219)
0 Favorites   0 Comments

Color spaces of #b99adb

RGB 185154219
HSL0.750.470.73
HSV269°30°86°
CMYK 0.160.300.00   0.14
XYZ44.349438.540072.1193
Yxy38.54000.28610.2486
Hunter Lab62.080618.8766-25.4210
CIE-Lab68.416723.9455-28.7926

#b99adb color RGB value is (185,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011010 11011011
Octal 271 232 333
Decimal 185 154 219
Hex B9 9A DB

RGB Percentages of Color #b99adb

%33.15
%27.60
%39.25

CMYK Percentages of Color #b99adb

%16
%30
%0
%14

Triadic Colors of #b99adb

#b99adb #dbb99a #9adbb9

Analogous Colors of #b99adb

#b99adb #da9adb #9a9cdb

Monochromatic Colors of #b99adb

#b99adb

Complementary Color

#b99adb #bcdb9a

#b99adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99adb Color CSS Codes

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

#b99adb Text Font Color

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

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


#b99adb Background Color

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

This div background color is #b99adb


#b99adb Border Color

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

This div border color is #b99adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99adb


Comments

No comments written yet.

Please login to write comment.