Color Hex Logo

#b150aa Color Hex

#B150AA
(177,80,170)
0 Favorites   0 Comments

Color spaces of #b150aa

RGB 17780170
HSL0.850.380.50
HSV304°55°69°
CMYK 0.000.550.04   0.31
XYZ28.255817.986740.0127
Yxy17.98670.32760.2085
Hunter Lab42.410744.7054-26.2501
CIE-Lab49.480051.4615-30.3583

#b150aa color RGB value is (177,80,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010000 10101010
Octal 261 120 252
Decimal 177 80 170
Hex B1 50 AA

RGB Percentages of Color #b150aa

%41.45
%18.74
%39.81

CMYK Percentages of Color #b150aa

%0
%55
%4
%31

Triadic Colors of #b150aa

#b150aa #aab150 #50aab1

Analogous Colors of #b150aa

#b150aa #b1507a #8850b1

Monochromatic Colors of #b150aa

#b150aa

Complementary Color

#b150aa #50b157

#b150aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b150aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b150aa Color CSS Codes

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

#b150aa Text Font Color

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

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


#b150aa Background Color

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

This div background color is #b150aa


#b150aa Border Color

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

This div border color is #b150aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b150aa


Comments

No comments written yet.

Please login to write comment.