Color Hex Logo

#bb51aa Color Hex

#BB51AA
(187,81,170)
0 Favorites   0 Comments

Color spaces of #bb51aa

RGB 18781170
HSL0.860.440.53
HSV310°57°73°
CMYK 0.000.570.09   0.27
XYZ30.691619.351940.1479
Yxy19.35190.34030.2146
Hunter Lab43.990847.5524-23.3171
CIE-Lab51.096453.8200-27.7326

#bb51aa color RGB value is (187,81,170).

#bb51aa hex color red value is 187, green value is 81 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bb51aa hue: 0.86 , saturation: 0.44 and the lightness value of bb51aa is 0.53.

The process color (four color CMYK) of #bb51aa color hex is 0.00, 0.57, 0.09, 0.27. Web safe color of #bb51aa is #cc6699. Color #bb51aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010001 10101010
Octal 273 121 252
Decimal 187 81 170
Hex BB 51 AA

RGB Percentages of Color #bb51aa

%42.69
%18.49
%38.81

CMYK Percentages of Color #bb51aa

%0
%57
%9
%27

Triadic Colors of #bb51aa

#bb51aa #aabb51 #51aabb

Analogous Colors of #bb51aa

#bb51aa #bb5175 #9751bb

Monochromatic Colors of #bb51aa

#bb51aa

Complementary Color

#bb51aa #51bb62

#bb51aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb51aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb51aa Color CSS Codes

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

#bb51aa Text Font Color

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

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


#bb51aa Background Color

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

This div background color is #bb51aa


#bb51aa Border Color

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

This div border color is #bb51aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb51aa


Comments

No comments written yet.

Please login to write comment.