Color Hex Logo

#bb3ab1 Color Hex

#BB3AB1
(187,58,177)
0 Favorites   0 Comments

Color spaces of #bb3ab1

RGB 18758177
HSL0.850.530.48
HSV305°69°73°
CMYK 0.000.690.05   0.27
XYZ29.942416.765243.2528
Yxy16.76520.33280.1864
Hunter Lab40.945358.8787-33.9696
CIE-Lab47.962864.5126-36.7410

#bb3ab1 color RGB value is (187,58,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111010 10110001
Octal 273 72 261
Decimal 187 58 177
Hex BB 3A B1

RGB Percentages of Color #bb3ab1

%44.31
%13.74
%41.94

CMYK Percentages of Color #bb3ab1

%0
%69
%5
%27

Triadic Colors of #bb3ab1

#bb3ab1 #b1bb3a #3ab1bb

Analogous Colors of #bb3ab1

#bb3ab1 #bb3a71 #853abb

Monochromatic Colors of #bb3ab1

#bb3ab1

Complementary Color

#bb3ab1 #3abb44

#bb3ab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3ab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3ab1 Color CSS Codes

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

#bb3ab1 Text Font Color

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

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


#bb3ab1 Background Color

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

This div background color is #bb3ab1


#bb3ab1 Border Color

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

This div border color is #bb3ab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3ab1


Comments

No comments written yet.

Please login to write comment.