Color Hex Logo

#bb1caa Color Hex

#BB1CAA
(187,28,170)
0 Favorites   0 Comments

Color spaces of #bb1caa

RGB 18728170
HSL0.850.740.42
HSV306°85°73°
CMYK 0.000.850.09   0.27
XYZ28.164514.297639.3055
Yxy14.29760.34440.1749
Hunter Lab37.812266.7849-35.1630
CIE-Lab44.656771.8915-37.8252

#bb1caa color RGB value is (187,28,170).

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

The process color (four color CMYK) of #bb1caa color hex is 0.00, 0.85, 0.09, 0.27. Web safe color of #bb1caa is #cc3399. Color #bb1caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011100 10101010
Octal 273 34 252
Decimal 187 28 170
Hex BB 1C AA

RGB Percentages of Color #bb1caa

%48.57
%7.27
%44.16

CMYK Percentages of Color #bb1caa

%0
%85
%9
%27

Triadic Colors of #bb1caa

#bb1caa #aabb1c #1caabb

Analogous Colors of #bb1caa

#bb1caa #bb1c5b #7d1cbb

Monochromatic Colors of #bb1caa

#bb1caa

Complementary Color

#bb1caa #1cbb2d

#bb1caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1caa Color CSS Codes

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

#bb1caa Text Font Color

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

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


#bb1caa Background Color

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

This div background color is #bb1caa


#bb1caa Border Color

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

This div border color is #bb1caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1caa


Comments

No comments written yet.

Please login to write comment.