Color Hex Logo

#b156aa Color Hex

#B156AA
(177,86,170)
0 Favorites   0 Comments

Color spaces of #b156aa

RGB 17786170
HSL0.850.370.52
HSV305°51°69°
CMYK 0.000.510.04   0.31
XYZ28.714918.905040.1658
Yxy18.90500.32710.2154
Hunter Lab43.479941.7948-24.3349
CIE-Lab50.575948.5354-28.6513

#b156aa color RGB value is (177,86,170).

#b156aa hex color red value is 177, green value is 86 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b156aa hue: 0.85 , saturation: 0.37 and the lightness value of b156aa is 0.52.

The process color (four color CMYK) of #b156aa color hex is 0.00, 0.51, 0.04, 0.31. Web safe color of #b156aa is #996699. Color #b156aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010110 10101010
Octal 261 126 252
Decimal 177 86 170
Hex B1 56 AA

RGB Percentages of Color #b156aa

%40.88
%19.86
%39.26

CMYK Percentages of Color #b156aa

%0
%51
%4
%31

Triadic Colors of #b156aa

#b156aa #aab156 #56aab1

Analogous Colors of #b156aa

#b156aa #b1567d #8b56b1

Monochromatic Colors of #b156aa

#b156aa

Complementary Color

#b156aa #56b15d

#b156aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b156aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b156aa Color CSS Codes

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

#b156aa Text Font Color

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

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


#b156aa Background Color

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

This div background color is #b156aa


#b156aa Border Color

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

This div border color is #b156aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,86,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b156aa


Comments

No comments written yet.

Please login to write comment.