Color Hex Logo

#b016aa Color Hex

#B016AA
(176,22,170)
0 Favorites   0 Comments

Color spaces of #b016aa

RGB 17622170
HSL0.840.780.39
HSV302°88°69°
CMYK 0.000.880.03   0.31
XYZ25.447112.706239.1415
Yxy12.70620.32920.1644
Hunter Lab35.645865.0490-40.1525
CIE-Lab42.317270.8905-41.6606

#b016aa color RGB value is (176,22,170).

#b016aa hex color red value is 176, green value is 22 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b016aa hue: 0.84 , saturation: 0.78 and the lightness value of b016aa is 0.39.

The process color (four color CMYK) of #b016aa color hex is 0.00, 0.88, 0.03, 0.31. Web safe color of #b016aa is #990099. Color #b016aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010110 10101010
Octal 260 26 252
Decimal 176 22 170
Hex B0 16 AA

RGB Percentages of Color #b016aa

%47.83
%5.98
%46.20

CMYK Percentages of Color #b016aa

%0
%88
%3
%31

Triadic Colors of #b016aa

#b016aa #aab016 #16aab0

Analogous Colors of #b016aa

#b016aa #b0165d #6916b0

Monochromatic Colors of #b016aa

#b016aa

Complementary Color

#b016aa #16b01c

#b016aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b016aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b016aa Color CSS Codes

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

#b016aa Text Font Color

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

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


#b016aa Background Color

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

This div background color is #b016aa


#b016aa Border Color

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

This div border color is #b016aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b016aa


Comments

No comments written yet.

Please login to write comment.