Color Hex Logo

#bb009a Color Hex

#BB009A
(187,0,154)
0 Favorites   0 Comments

Color spaces of #bb009a

RGB 1870154
HSL0.861.000.37
HSV311°100°73°
CMYK 0.001.000.18   0.27
XYZ26.326312.897931.6738
Yxy12.89790.37130.1819
Hunter Lab35.913667.9996-27.1509
CIE-Lab42.609073.3021-31.4686

#bb009a color RGB value is (187,0,154).

#bb009a hex color red value is 187, green value is 0 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bb009a hue: 0.86 , saturation: 1.00 and the lightness value of bb009a is 0.37.

The process color (four color CMYK) of #bb009a color hex is 0.00, 1.00, 0.18, 0.27. Web safe color of #bb009a is #cc0099. Color #bb009a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000000 10011010
Octal 273 0 232
Decimal 187 0 154
Hex BB 0 9A

RGB Percentages of Color #bb009a

%54.84
%0.00
%45.16

CMYK Percentages of Color #bb009a

%0
%100
%18
%27

Triadic Colors of #bb009a

#bb009a #9abb00 #009abb

Analogous Colors of #bb009a

#bb009a #bb003c #7f00bb

Monochromatic Colors of #bb009a

#bb009a

Complementary Color

#bb009a #00bb21

#bb009a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb009a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb009a Color CSS Codes

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

#bb009a Text Font Color

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

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


#bb009a Background Color

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

This div background color is #bb009a


#bb009a Border Color

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

This div border color is #bb009a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb009a


Comments

No comments written yet.

Please login to write comment.