Color Hex Logo

#bb0aaa Color Hex

#BB0AAA
(187,10,170)
0 Favorites   0 Comments

Color spaces of #bb0aaa

RGB 18710170
HSL0.850.900.39
HSV306°95°73°
CMYK 0.000.950.09   0.27
XYZ27.857813.684239.2032
Yxy13.68420.34500.1695
Hunter Lab36.992269.6873-36.9393
CIE-Lab43.776674.4708-39.2191

#bb0aaa color RGB value is (187,10,170).

#bb0aaa hex color red value is 187, green value is 10 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bb0aaa hue: 0.85 , saturation: 0.90 and the lightness value of bb0aaa is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001010 10101010
Octal 273 12 252
Decimal 187 10 170
Hex BB A AA

RGB Percentages of Color #bb0aaa

%50.95
%2.72
%46.32

CMYK Percentages of Color #bb0aaa

%0
%95
%9
%27

Triadic Colors of #bb0aaa

#bb0aaa #aabb0a #0aaabb

Analogous Colors of #bb0aaa

#bb0aaa #bb0a51 #740abb

Monochromatic Colors of #bb0aaa

#bb0aaa

Complementary Color

#bb0aaa #0abb1b

#bb0aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0aaa Color CSS Codes

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

#bb0aaa Text Font Color

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

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


#bb0aaa Background Color

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

This div background color is #bb0aaa


#bb0aaa Border Color

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

This div border color is #bb0aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0aaa


Comments

No comments written yet.

Please login to write comment.