Color Hex Logo

#b99abe Color Hex

#B99ABE
(185,154,190)
0 Favorites   0 Comments

Color spaces of #b99abe

RGB 185154190
HSL0.810.220.67
HSV292°19°75°
CMYK 0.030.190.00   0.25
XYZ40.857437.143253.7311
Yxy37.14320.31020.2820
Hunter Lab60.945213.0115-9.6102
CIE-Lab67.384317.9375-14.2805

#b99abe color RGB value is (185,154,190).

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

The process color (four color CMYK) of #b99abe color hex is 0.03, 0.19, 0.00, 0.25. Web safe color of #b99abe is #cc99cc. Color #b99abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011010 10111110
Octal 271 232 276
Decimal 185 154 190
Hex B9 9A BE

RGB Percentages of Color #b99abe

%34.97
%29.11
%35.92

CMYK Percentages of Color #b99abe

%3
%19
%0
%25

Triadic Colors of #b99abe

#b99abe #beb99a #9abeb9

Analogous Colors of #b99abe

#b99abe #be9ab1 #a79abe

Monochromatic Colors of #b99abe

#b99abe

Complementary Color

#b99abe #9fbe9a

#b99abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99abe Color CSS Codes

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

#b99abe Text Font Color

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

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


#b99abe Background Color

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

This div background color is #b99abe


#b99abe Border Color

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

This div border color is #b99abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99abe


Comments

No comments written yet.

Please login to write comment.