Color Hex Logo

#b160aa Color Hex

#B160AA
(177,96,170)
0 Favorites   0 Comments

Color spaces of #b160aa

RGB 17796170
HSL0.850.340.54
HSV305°46°69°
CMYK 0.000.460.04   0.31
XYZ29.570020.615140.4508
Yxy20.61510.32630.2274
Hunter Lab45.403936.7943-21.0394
CIE-Lab52.525643.4289-25.6281

#b160aa color RGB value is (177,96,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100000 10101010
Octal 261 140 252
Decimal 177 96 170
Hex B1 60 AA

RGB Percentages of Color #b160aa

%39.95
%21.67
%38.37

CMYK Percentages of Color #b160aa

%0
%46
%4
%31

Triadic Colors of #b160aa

#b160aa #aab160 #60aab1

Analogous Colors of #b160aa

#b160aa #b16082 #9060b1

Monochromatic Colors of #b160aa

#b160aa

Complementary Color

#b160aa #60b167

#b160aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b160aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b160aa Color CSS Codes

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

#b160aa Text Font Color

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

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


#b160aa Background Color

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

This div background color is #b160aa


#b160aa Border Color

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

This div border color is #b160aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b160aa


Comments

No comments written yet.

Please login to write comment.