Color Hex Logo

#bb16aa Color Hex

#BB16AA
(187,22,170)
0 Favorites   0 Comments

Color spaces of #bb16aa

RGB 18722170
HSL0.850.790.41
HSV306°88°73°
CMYK 0.000.880.09   0.27
XYZ28.036114.040939.2627
Yxy14.04090.34470.1726
Hunter Lab37.471267.9799-35.8948
CIE-Lab44.291572.9583-38.4032

#bb16aa color RGB value is (187,22,170).

#bb16aa hex color red value is 187, green value is 22 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bb16aa hue: 0.85 , saturation: 0.79 and the lightness value of bb16aa is 0.41.

The process color (four color CMYK) of #bb16aa color hex is 0.00, 0.88, 0.09, 0.27. Web safe color of #bb16aa is #cc0099. Color #bb16aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010110 10101010
Octal 273 26 252
Decimal 187 22 170
Hex BB 16 AA

RGB Percentages of Color #bb16aa

%49.34
%5.80
%44.85

CMYK Percentages of Color #bb16aa

%0
%88
%9
%27

Triadic Colors of #bb16aa

#bb16aa #aabb16 #16aabb

Analogous Colors of #bb16aa

#bb16aa #bb1658 #7a16bb

Monochromatic Colors of #bb16aa

#bb16aa

Complementary Color

#bb16aa #16bb27

#bb16aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb16aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb16aa Color CSS Codes

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

#bb16aa Text Font Color

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

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


#bb16aa Background Color

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

This div background color is #bb16aa


#bb16aa Border Color

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

This div border color is #bb16aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb16aa


Comments

No comments written yet.

Please login to write comment.