Color Hex Logo

#bb19aa Color Hex

#BB19AA
(187,25,170)
0 Favorites   0 Comments

Color spaces of #bb19aa

RGB 18725170
HSL0.850.760.42
HSV306°87°73°
CMYK 0.000.870.09   0.27
XYZ28.096814.162339.2829
Yxy14.16230.34460.1737
Hunter Lab37.632867.4113-35.5467
CIE-Lab44.464872.4515-38.1289

#bb19aa color RGB value is (187,25,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011001 10101010
Octal 273 31 252
Decimal 187 25 170
Hex BB 19 AA

RGB Percentages of Color #bb19aa

%48.95
%6.54
%44.50

CMYK Percentages of Color #bb19aa

%0
%87
%9
%27

Triadic Colors of #bb19aa

#bb19aa #aabb19 #19aabb

Analogous Colors of #bb19aa

#bb19aa #bb1959 #7b19bb

Monochromatic Colors of #bb19aa

#bb19aa

Complementary Color

#bb19aa #19bb2a

#bb19aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb19aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb19aa Color CSS Codes

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

#bb19aa Text Font Color

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

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


#bb19aa Background Color

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

This div background color is #bb19aa


#bb19aa Border Color

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

This div border color is #bb19aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb19aa


Comments

No comments written yet.

Please login to write comment.