Color Hex Logo

#bbabff Color Hex

#BBABFF
(187,171,255)
0 Favorites   0 Comments

Color spaces of #bbabff

RGB 187171255
HSL0.701.000.84
HSV251°33°100°
CMYK 0.270.330.00   0.00
XYZ53.106446.9106100.8634
Yxy46.91060.26440.2335
Hunter Lab68.491318.5445-39.3692
CIE-Lab74.132523.3164-39.5631

#bbabff color RGB value is (187,171,255).

#bbabff hex color red value is 187, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bbabff hue: 0.70 , saturation: 1.00 and the lightness value of bbabff is 0.84.

The process color (four color CMYK) of #bbabff color hex is 0.27, 0.33, 0.00, 0.00. Web safe color of #bbabff is #cc99ff. Color #bbabff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 11111111
Octal 273 253 377
Decimal 187 171 255
Hex BB AB FF

RGB Percentages of Color #bbabff

%30.51
%27.90
%41.60

CMYK Percentages of Color #bbabff

%27
%33
%0
%0

Triadic Colors of #bbabff

#bbabff #ffbbab #abffbb

Analogous Colors of #bbabff

#bbabff #e5abff #abc5ff

Monochromatic Colors of #bbabff

#bbabff

Complementary Color

#bbabff #efffab

#bbabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabff Color CSS Codes

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

#bbabff Text Font Color

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

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


#bbabff Background Color

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

This div background color is #bbabff


#bbabff Border Color

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

This div border color is #bbabff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabff


Comments

No comments written yet.

Please login to write comment.