Color Hex Logo

#bb44ab Color Hex

#BB44AB
(187,68,171)
0 Favorites   0 Comments

Color spaces of #bb44ab

RGB 18768171
HSL0.860.470.50
HSV308°64°73°
CMYK 0.000.640.09   0.27
XYZ29.911317.639340.3563
Yxy17.63930.34030.2007
Hunter Lab41.999253.6270-27.5714
CIE-Lab49.055759.6843-31.4988

#bb44ab color RGB value is (187,68,171).

#bb44ab hex color red value is 187, green value is 68 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bb44ab hue: 0.86 , saturation: 0.47 and the lightness value of bb44ab is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000100 10101011
Octal 273 104 253
Decimal 187 68 171
Hex BB 44 AB

RGB Percentages of Color #bb44ab

%43.90
%15.96
%40.14

CMYK Percentages of Color #bb44ab

%0
%64
%9
%27

Triadic Colors of #bb44ab

#bb44ab #abbb44 #44abbb

Analogous Colors of #bb44ab

#bb44ab #bb4470 #9044bb

Monochromatic Colors of #bb44ab

#bb44ab

Complementary Color

#bb44ab #44bb54

#bb44ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb44ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb44ab Color CSS Codes

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

#bb44ab Text Font Color

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

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


#bb44ab Background Color

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

This div background color is #bb44ab


#bb44ab Border Color

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

This div border color is #bb44ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,68,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bb44ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb44ab


Comments

No comments written yet.

Please login to write comment.