Color Hex Logo

#bb02ab Color Hex

#BB02AB
(187,2,171)
0 Favorites   0 Comments

Color spaces of #bb02ab

RGB 1872171
HSL0.850.980.37
HSV305°99°73°
CMYK 0.000.990.09   0.27
XYZ27.865913.548539.6745
Yxy13.54850.34360.1671
Hunter Lab36.808370.7198-38.1410
CIE-Lab43.578375.3575-40.1288

#bb02ab color RGB value is (187,2,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000010 10101011
Octal 273 2 253
Decimal 187 2 171
Hex BB 2 AB

RGB Percentages of Color #bb02ab

%51.94
%0.56
%47.50

CMYK Percentages of Color #bb02ab

%0
%99
%9
%27

Triadic Colors of #bb02ab

#bb02ab #abbb02 #02abbb

Analogous Colors of #bb02ab

#bb02ab #bb024e #6f02bb

Monochromatic Colors of #bb02ab

#bb02ab

Complementary Color

#bb02ab #02bb12

#bb02ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb02ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb02ab Color CSS Codes

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

#bb02ab Text Font Color

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

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


#bb02ab Background Color

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

This div background color is #bb02ab


#bb02ab Border Color

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

This div border color is #bb02ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb02ab


Comments

No comments written yet.

Please login to write comment.