Color Hex Logo

#b98aba Color Hex

#B98ABA
(185,138,186)
0 Favorites   0 Comments

Color spaces of #b98aba

RGB 185138186
HSL0.830.260.64
HSV299°26°73°
CMYK 0.010.260.00   0.27
XYZ37.959032.036450.6374
Yxy32.03640.31470.2656
Hunter Lab56.600720.6590-13.4229
CIE-Lab63.373026.0851-18.1032

#b98aba color RGB value is (185,138,186).

#b98aba hex color red value is 185, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b98aba hue: 0.83 , saturation: 0.26 and the lightness value of b98aba is 0.64.

The process color (four color CMYK) of #b98aba color hex is 0.01, 0.26, 0.00, 0.27. Web safe color of #b98aba is #cc99cc. Color #b98aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001010 10111010
Octal 271 212 272
Decimal 185 138 186
Hex B9 8A BA

RGB Percentages of Color #b98aba

%36.35
%27.11
%36.54

CMYK Percentages of Color #b98aba

%1
%26
%0
%27

Triadic Colors of #b98aba

#b98aba #bab98a #8abab9

Analogous Colors of #b98aba

#b98aba #ba8aa3 #a18aba

Monochromatic Colors of #b98aba

#b98aba

Complementary Color

#b98aba #8bba8a

#b98aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98aba Color CSS Codes

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

#b98aba Text Font Color

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

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


#b98aba Background Color

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

This div background color is #b98aba


#b98aba Border Color

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

This div border color is #b98aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98aba


Comments

No comments written yet.

Please login to write comment.