Color Hex Logo

#bb33aa Color Hex

#BB33AA
(187,51,170)
0 Favorites   0 Comments

Color spaces of #bb33aa

RGB 18751170
HSL0.850.570.47
HSV308°73°73°
CMYK 0.000.730.09   0.27
XYZ28.933015.834739.5617
Yxy15.83470.34310.1878
Hunter Lab39.792860.1482-31.0906
CIE-Lab46.756965.8439-34.5131

#bb33aa color RGB value is (187,51,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110011 10101010
Octal 273 63 252
Decimal 187 51 170
Hex BB 33 AA

RGB Percentages of Color #bb33aa

%45.83
%12.50
%41.67

CMYK Percentages of Color #bb33aa

%0
%73
%9
%27

Triadic Colors of #bb33aa

#bb33aa #aabb33 #33aabb

Analogous Colors of #bb33aa

#bb33aa #bb3366 #8833bb

Monochromatic Colors of #bb33aa

#bb33aa

Complementary Color

#bb33aa #33bb44

#bb33aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb33aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb33aa Color CSS Codes

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

#bb33aa Text Font Color

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

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


#bb33aa Background Color

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

This div background color is #bb33aa


#bb33aa Border Color

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

This div border color is #bb33aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb33aa


Comments

No comments written yet.

Please login to write comment.