Color Hex Logo

#b89aba Color Hex

#B89ABA
(184,154,186)
0 Favorites   0 Comments

Color spaces of #b89aba

RGB 184154186
HSL0.820.190.67
HSV296°17°73°
CMYK 0.010.170.00   0.27
XYZ40.185736.846751.4485
Yxy36.84670.31280.2868
Hunter Lab60.701511.9433-7.7611
CIE-Lab67.161916.8171-12.3936

#b89aba color RGB value is (184,154,186).

#b89aba hex color red value is 184, green value is 154 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b89aba hue: 0.82 , saturation: 0.19 and the lightness value of b89aba is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011010 10111010
Octal 270 232 272
Decimal 184 154 186
Hex B8 9A BA

RGB Percentages of Color #b89aba

%35.11
%29.39
%35.50

CMYK Percentages of Color #b89aba

%1
%17
%0
%27

Triadic Colors of #b89aba

#b89aba #bab89a #9abab8

Analogous Colors of #b89aba

#b89aba #ba9aac #a89aba

Monochromatic Colors of #b89aba

#b89aba

Complementary Color

#b89aba #9cba9a

#b89aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89aba Color CSS Codes

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

#b89aba Text Font Color

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

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


#b89aba Background Color

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

This div background color is #b89aba


#b89aba Border Color

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

This div border color is #b89aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89aba


Comments

No comments written yet.

Please login to write comment.