Color Hex Logo

#b86aba Color Hex

#B86ABA
(184,106,186)
0 Favorites   0 Comments

Color spaces of #b86aba

RGB 184106186
HSL0.830.370.57
HSV299°43°73°
CMYK 0.010.430.00   0.27
XYZ33.784124.043649.3146
Yxy24.04360.31530.2244
Hunter Lab49.034337.1746-25.3050
CIE-Lab56.131443.2719-29.2274

#b86aba color RGB value is (184,106,186).

#b86aba hex color red value is 184, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b86aba hue: 0.83 , saturation: 0.37 and the lightness value of b86aba is 0.57.

The process color (four color CMYK) of #b86aba color hex is 0.01, 0.43, 0.00, 0.27. Web safe color of #b86aba is #cc66cc. Color #b86aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101010 10111010
Octal 270 152 272
Decimal 184 106 186
Hex B8 6A BA

RGB Percentages of Color #b86aba

%38.66
%22.27
%39.08

CMYK Percentages of Color #b86aba

%1
%43
%0
%27

Triadic Colors of #b86aba

#b86aba #bab86a #6abab8

Analogous Colors of #b86aba

#b86aba #ba6a94 #906aba

Monochromatic Colors of #b86aba

#b86aba

Complementary Color

#b86aba #6cba6a

#b86aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86aba Color CSS Codes

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

#b86aba Text Font Color

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

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


#b86aba Background Color

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

This div background color is #b86aba


#b86aba Border Color

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

This div border color is #b86aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86aba


Comments

No comments written yet.

Please login to write comment.