Color Hex Logo

#bb8afb Color Hex

#BB8AFB
(187,138,251)
0 Favorites   0 Comments

Color spaces of #bb8afb

RGB 187138251
HSL0.740.930.76
HSV266°45°98°
CMYK 0.250.450.00   0.02
XYZ46.994635.706895.6820
Yxy35.70680.26340.2002
Hunter Lab59.755235.8102-53.1085
CIE-Lab66.295340.6515-49.6783

#bb8afb color RGB value is (187,138,251).

#bb8afb hex color red value is 187, green value is 138 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bb8afb hue: 0.74 , saturation: 0.93 and the lightness value of bb8afb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001010 11111011
Octal 273 212 373
Decimal 187 138 251
Hex BB 8A FB

RGB Percentages of Color #bb8afb

%32.47
%23.96
%43.58

CMYK Percentages of Color #bb8afb

%25
%45
%0
%2

Triadic Colors of #bb8afb

#bb8afb #fbbb8a #8afbbb

Analogous Colors of #bb8afb

#bb8afb #f48afb #8a92fb

Monochromatic Colors of #bb8afb

#bb8afb

Complementary Color

#bb8afb #cafb8a

#bb8afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8afb Color CSS Codes

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

#bb8afb Text Font Color

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

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


#bb8afb Background Color

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

This div background color is #bb8afb


#bb8afb Border Color

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

This div border color is #bb8afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8afb

Related Colors


Comments

No comments written yet.

Please login to write comment.