Color Hex Logo

#b15aba Color Hex

#B15ABA
(177,90,186)
0 Favorites   0 Comments

Color spaces of #b15aba

RGB 17790186
HSL0.820.410.54
HSV294°52°73°
CMYK 0.050.520.00   0.27
XYZ30.650620.204648.7388
Yxy20.20460.30780.2029
Hunter Lab44.949543.0556-32.8235
CIE-Lab52.067849.4803-35.6336

#b15aba color RGB value is (177,90,186).

#b15aba hex color red value is 177, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b15aba hue: 0.82 , saturation: 0.41 and the lightness value of b15aba is 0.54.

The process color (four color CMYK) of #b15aba color hex is 0.05, 0.52, 0.00, 0.27. Web safe color of #b15aba is #9966cc. Color #b15aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011010 10111010
Octal 261 132 272
Decimal 177 90 186
Hex B1 5A BA

RGB Percentages of Color #b15aba

%39.07
%19.87
%41.06

CMYK Percentages of Color #b15aba

%5
%52
%0
%27

Triadic Colors of #b15aba

#b15aba #bab15a #5abab1

Analogous Colors of #b15aba

#b15aba #ba5a93 #815aba

Monochromatic Colors of #b15aba

#b15aba

Complementary Color

#b15aba #63ba5a

#b15aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15aba Color CSS Codes

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

#b15aba Text Font Color

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

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


#b15aba Background Color

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

This div background color is #b15aba


#b15aba Border Color

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

This div border color is #b15aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15aba


Comments

No comments written yet.

Please login to write comment.