Color Hex Logo

#bb16ab Color Hex

#BB16AB
(187,22,171)
0 Favorites   0 Comments

Color spaces of #bb16ab

RGB 18722171
HSL0.850.790.41
HSV306°88°73°
CMYK 0.000.880.09   0.27
XYZ28.131114.078939.7629
Yxy14.07890.34320.1718
Hunter Lab37.521968.1628-36.5659
CIE-Lab44.345973.0996-38.9115

#bb16ab color RGB value is (187,22,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010110 10101011
Octal 273 26 253
Decimal 187 22 171
Hex BB 16 AB

RGB Percentages of Color #bb16ab

%49.21
%5.79
%45.00

CMYK Percentages of Color #bb16ab

%0
%88
%9
%27

Triadic Colors of #bb16ab

#bb16ab #abbb16 #16abbb

Analogous Colors of #bb16ab

#bb16ab #bb1658 #7916bb

Monochromatic Colors of #bb16ab

#bb16ab

Complementary Color

#bb16ab #16bb26

#bb16ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb16ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb16ab Color CSS Codes

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

#bb16ab Text Font Color

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

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


#bb16ab Background Color

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

This div background color is #bb16ab


#bb16ab Border Color

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

This div border color is #bb16ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,22,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bb16ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb16ab


Comments

No comments written yet.

Please login to write comment.