Color Hex Logo

#bb3aac Color Hex

#BB3AAC
(187,58,172)
0 Favorites   0 Comments

Color spaces of #bb3aac

RGB 18758172
HSL0.850.530.48
HSV307°69°73°
CMYK 0.000.690.08   0.27
XYZ29.453016.569540.6756
Yxy16.56950.33970.1911
Hunter Lab40.705757.9207-30.7523
CIE-Lab47.713063.7258-34.1917

#bb3aac color RGB value is (187,58,172).

#bb3aac hex color red value is 187, green value is 58 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bb3aac hue: 0.85 , saturation: 0.53 and the lightness value of bb3aac is 0.48.

The process color (four color CMYK) of #bb3aac color hex is 0.00, 0.69, 0.08, 0.27. Web safe color of #bb3aac is #cc3399. Color #bb3aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111010 10101100
Octal 273 72 254
Decimal 187 58 172
Hex BB 3A AC

RGB Percentages of Color #bb3aac

%44.84
%13.91
%41.25

CMYK Percentages of Color #bb3aac

%0
%69
%8
%27

Triadic Colors of #bb3aac

#bb3aac #acbb3a #3aacbb

Analogous Colors of #bb3aac

#bb3aac #bb3a6c #8a3abb

Monochromatic Colors of #bb3aac

#bb3aac

Complementary Color

#bb3aac #3abb49

#bb3aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3aac Color CSS Codes

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

#bb3aac Text Font Color

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

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


#bb3aac Background Color

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

This div background color is #bb3aac


#bb3aac Border Color

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

This div border color is #bb3aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3aac


Comments

No comments written yet.

Please login to write comment.