Color Hex Logo

#bb52ab Color Hex

#BB52AB
(187,82,171)
0 Favorites   0 Comments

Color spaces of #bb52ab

RGB 18782171
HSL0.860.440.53
HSV309°56°73°
CMYK 0.000.560.09   0.27
XYZ30.861519.539740.6730
Yxy19.53970.33890.2145
Hunter Lab44.203747.2659-23.6117
CIE-Lab51.312753.5193-27.9821

#bb52ab color RGB value is (187,82,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010010 10101011
Octal 273 122 253
Decimal 187 82 171
Hex BB 52 AB

RGB Percentages of Color #bb52ab

%42.50
%18.64
%38.86

CMYK Percentages of Color #bb52ab

%0
%56
%9
%27

Triadic Colors of #bb52ab

#bb52ab #abbb52 #52abbb

Analogous Colors of #bb52ab

#bb52ab #bb5277 #9752bb

Monochromatic Colors of #bb52ab

#bb52ab

Complementary Color

#bb52ab #52bb62

#bb52ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb52ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb52ab Color CSS Codes

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

#bb52ab Text Font Color

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

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


#bb52ab Background Color

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

This div background color is #bb52ab


#bb52ab Border Color

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

This div border color is #bb52ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb52ab


Comments

No comments written yet.

Please login to write comment.