Color Hex Logo

#bb6abf Color Hex

#BB6ABF
(187,106,191)
0 Favorites   0 Comments

Color spaces of #bb6abf

RGB 187106191
HSL0.830.400.58
HSV297°45°75°
CMYK 0.020.450.00   0.25
XYZ35.051524.634552.1977
Yxy24.63450.31330.2202
Hunter Lab49.633239.2007-27.6103
CIE-Lab56.717645.1203-31.1535

#bb6abf color RGB value is (187,106,191).

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

The process color (four color CMYK) of #bb6abf color hex is 0.02, 0.45, 0.00, 0.25. Web safe color of #bb6abf is #cc66cc. Color #bb6abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101010 10111111
Octal 273 152 277
Decimal 187 106 191
Hex BB 6A BF

RGB Percentages of Color #bb6abf

%38.64
%21.90
%39.46

CMYK Percentages of Color #bb6abf

%2
%45
%0
%25

Triadic Colors of #bb6abf

#bb6abf #bfbb6a #6abfbb

Analogous Colors of #bb6abf

#bb6abf #bf6a99 #916abf

Monochromatic Colors of #bb6abf

#bb6abf

Complementary Color

#bb6abf #6ebf6a

#bb6abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6abf Color CSS Codes

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

#bb6abf Text Font Color

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

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


#bb6abf Background Color

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

This div background color is #bb6abf


#bb6abf Border Color

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

This div border color is #bb6abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6abf


Comments

No comments written yet.

Please login to write comment.