Color Hex Logo

#b99abd Color Hex

#B99ABD
(185,154,189)
0 Favorites   0 Comments

Color spaces of #b99abd

RGB 185154189
HSL0.810.210.67
HSV293°19°74°
CMYK 0.020.190.00   0.26
XYZ40.748537.099653.1574
Yxy37.09960.31100.2832
Hunter Lab60.909412.8252-9.1075
CIE-Lab67.351717.7426-13.7723

#b99abd color RGB value is (185,154,189).

#b99abd hex color red value is 185, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b99abd hue: 0.81 , saturation: 0.21 and the lightness value of b99abd is 0.67.

The process color (four color CMYK) of #b99abd color hex is 0.02, 0.19, 0.00, 0.26. Web safe color of #b99abd is #cc99cc. Color #b99abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011010 10111101
Octal 271 232 275
Decimal 185 154 189
Hex B9 9A BD

RGB Percentages of Color #b99abd

%35.04
%29.17
%35.80

CMYK Percentages of Color #b99abd

%2
%19
%0
%26

Triadic Colors of #b99abd

#b99abd #bdb99a #9abdb9

Analogous Colors of #b99abd

#b99abd #bd9ab0 #a89abd

Monochromatic Colors of #b99abd

#b99abd

Complementary Color

#b99abd #9ebd9a

#b99abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99abd Color CSS Codes

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

#b99abd Text Font Color

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

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


#b99abd Background Color

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

This div background color is #b99abd


#b99abd Border Color

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

This div border color is #b99abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99abd


Comments

No comments written yet.

Please login to write comment.