Color Hex Logo

#bb0caa Color Hex

#BB0CAA
(187,12,170)
0 Favorites   0 Comments

Color spaces of #bb0caa

RGB 18712170
HSL0.850.880.39
HSV306°94°73°
CMYK 0.000.940.09   0.27
XYZ27.880713.730039.2109
Yxy13.73000.34500.1699
Hunter Lab37.054069.4649-36.8034
CIE-Lab43.843274.2746-39.1135

#bb0caa color RGB value is (187,12,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001100 10101010
Octal 273 14 252
Decimal 187 12 170
Hex BB C AA

RGB Percentages of Color #bb0caa

%50.68
%3.25
%46.07

CMYK Percentages of Color #bb0caa

%0
%94
%9
%27

Triadic Colors of #bb0caa

#bb0caa #aabb0c #0caabb

Analogous Colors of #bb0caa

#bb0caa #bb0c52 #750cbb

Monochromatic Colors of #bb0caa

#bb0caa

Complementary Color

#bb0caa #0cbb1d

#bb0caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0caa Color CSS Codes

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

#bb0caa Text Font Color

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

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


#bb0caa Background Color

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

This div background color is #bb0caa


#bb0caa Border Color

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

This div border color is #bb0caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0caa


Comments

No comments written yet.

Please login to write comment.