Color Hex Logo

#b153aa Color Hex

#B153AA
(177,83,170)
0 Favorites   0 Comments

Color spaces of #b153aa

RGB 17783170
HSL0.850.380.51
HSV304°53°69°
CMYK 0.000.530.04   0.31
XYZ28.480418.435940.0876
Yxy18.43590.32730.2119
Hunter Lab42.937043.2603-25.2994
CIE-Lab50.020650.0130-29.5155

#b153aa color RGB value is (177,83,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010011 10101010
Octal 261 123 252
Decimal 177 83 170
Hex B1 53 AA

RGB Percentages of Color #b153aa

%41.16
%19.30
%39.53

CMYK Percentages of Color #b153aa

%0
%53
%4
%31

Triadic Colors of #b153aa

#b153aa #aab153 #53aab1

Analogous Colors of #b153aa

#b153aa #b1537b #8953b1

Monochromatic Colors of #b153aa

#b153aa

Complementary Color

#b153aa #53b15a

#b153aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b153aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b153aa Color CSS Codes

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

#b153aa Text Font Color

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

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


#b153aa Background Color

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

This div background color is #b153aa


#b153aa Border Color

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

This div border color is #b153aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b153aa


Comments

No comments written yet.

Please login to write comment.