Color Hex Logo

#bb31aa Color Hex

#BB31AA
(187,49,170)
0 Favorites   0 Comments

Color spaces of #bb31aa

RGB 18749170
HSL0.850.580.46
HSV307°74°73°
CMYK 0.000.740.09   0.27
XYZ28.847515.663739.5332
Yxy15.66370.34320.1864
Hunter Lab39.577460.8461-31.5196
CIE-Lab46.530166.4895-34.8697

#bb31aa color RGB value is (187,49,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110001 10101010
Octal 273 61 252
Decimal 187 49 170
Hex BB 31 AA

RGB Percentages of Color #bb31aa

%46.06
%12.07
%41.87

CMYK Percentages of Color #bb31aa

%0
%74
%9
%27

Triadic Colors of #bb31aa

#bb31aa #aabb31 #31aabb

Analogous Colors of #bb31aa

#bb31aa #bb3165 #8731bb

Monochromatic Colors of #bb31aa

#bb31aa

Complementary Color

#bb31aa #31bb42

#bb31aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb31aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb31aa Color CSS Codes

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

#bb31aa Text Font Color

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

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


#bb31aa Background Color

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

This div background color is #bb31aa


#bb31aa Border Color

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

This div border color is #bb31aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb31aa


Comments

No comments written yet.

Please login to write comment.