Color Hex Logo

#bb008a Color Hex

#BB008A
(187,0,138)
0 Favorites   0 Comments

Color spaces of #bb008a

RGB 1870138
HSL0.881.000.37
HSV316°100°73°
CMYK 0.001.000.26   0.27
XYZ25.081012.399825.1162
Yxy12.39980.40070.1981
Hunter Lab35.213365.5147-17.6397
CIE-Lab41.844671.3746-22.9256

#bb008a color RGB value is (187,0,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000000 10001010
Octal 273 0 212
Decimal 187 0 138
Hex BB 0 8A

RGB Percentages of Color #bb008a

%57.54
%0.00
%42.46

CMYK Percentages of Color #bb008a

%0
%100
%26
%27

Triadic Colors of #bb008a

#bb008a #8abb00 #008abb

Analogous Colors of #bb008a

#bb008a #bb002d #8f00bb

Monochromatic Colors of #bb008a

#bb008a

Complementary Color

#bb008a #00bb31

#bb008a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb008a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb008a Color CSS Codes

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

#bb008a Text Font Color

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

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


#bb008a Background Color

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

This div background color is #bb008a


#bb008a Border Color

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

This div border color is #bb008a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb008a


Comments

No comments written yet.

Please login to write comment.