Color Hex Logo

#bb11ab Color Hex

#BB11AB
(187,17,171)
0 Favorites   0 Comments

Color spaces of #bb11ab

RGB 18717171
HSL0.850.830.40
HSV306°91°73°
CMYK 0.000.910.09   0.27
XYZ28.044713.906039.7341
Yxy13.90600.34330.1702
Hunter Lab37.290768.9830-37.0713
CIE-Lab44.097873.8273-39.3046

#bb11ab color RGB value is (187,17,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010001 10101011
Octal 273 21 253
Decimal 187 17 171
Hex BB 11 AB

RGB Percentages of Color #bb11ab

%49.87
%4.53
%45.60

CMYK Percentages of Color #bb11ab

%0
%91
%9
%27

Triadic Colors of #bb11ab

#bb11ab #abbb11 #11abbb

Analogous Colors of #bb11ab

#bb11ab #bb1156 #7611bb

Monochromatic Colors of #bb11ab

#bb11ab

Complementary Color

#bb11ab #11bb21

#bb11ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb11ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb11ab Color CSS Codes

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

#bb11ab Text Font Color

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

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


#bb11ab Background Color

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

This div background color is #bb11ab


#bb11ab Border Color

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

This div border color is #bb11ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb11ab


Comments

No comments written yet.

Please login to write comment.