Color Hex Logo

#bb3abf Color Hex

#BB3ABF
(187,58,191)
0 Favorites   0 Comments

Color spaces of #bb3abf

RGB 18758191
HSL0.830.530.49
HSV298°70°75°
CMYK 0.020.700.00   0.25
XYZ31.410517.352550.9841
Yxy17.35250.31490.1740
Hunter Lab41.656361.6974-43.4069
CIE-Lab48.701266.8020-43.7523

#bb3abf color RGB value is (187,58,191).

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

The process color (four color CMYK) of #bb3abf color hex is 0.02, 0.70, 0.00, 0.25. Web safe color of #bb3abf is #cc33cc. Color #bb3abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111010 10111111
Octal 273 72 277
Decimal 187 58 191
Hex BB 3A BF

RGB Percentages of Color #bb3abf

%42.89
%13.30
%43.81

CMYK Percentages of Color #bb3abf

%2
%70
%0
%25

Triadic Colors of #bb3abf

#bb3abf #bfbb3a #3abfbb

Analogous Colors of #bb3abf

#bb3abf #bf3a81 #793abf

Monochromatic Colors of #bb3abf

#bb3abf

Complementary Color

#bb3abf #3ebf3a

#bb3abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3abf Color CSS Codes

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

#bb3abf Text Font Color

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

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


#bb3abf Background Color

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

This div background color is #bb3abf


#bb3abf Border Color

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

This div border color is #bb3abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3abf


Comments

No comments written yet.

Please login to write comment.