Color Hex Logo

#b0abfa Color Hex

#B0ABFA
(176,171,250)
0 Favorites   0 Comments

Color spaces of #b0abfa

RGB 176171250
HSL0.680.890.83
HSV244°32°98°
CMYK 0.300.320.00   0.02
XYZ49.722745.258196.5575
Yxy45.25810.25960.2363
Hunter Lab67.274114.2006-38.0061
CIE-Lab73.061518.9939-38.5949

#b0abfa color RGB value is (176,171,250).

#b0abfa hex color red value is 176, green value is 171 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b0abfa hue: 0.68 , saturation: 0.89 and the lightness value of b0abfa is 0.83.

The process color (four color CMYK) of #b0abfa color hex is 0.30, 0.32, 0.00, 0.02. Web safe color of #b0abfa is #9999ff. Color #b0abfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101011 11111010
Octal 260 253 372
Decimal 176 171 250
Hex B0 AB FA

RGB Percentages of Color #b0abfa

%29.48
%28.64
%41.88

CMYK Percentages of Color #b0abfa

%30
%32
%0
%2

Triadic Colors of #b0abfa

#b0abfa #fab0ab #abfab0

Analogous Colors of #b0abfa

#b0abfa #d8abfa #abcefa

Monochromatic Colors of #b0abfa

#b0abfa

Complementary Color

#b0abfa #f5faab

#b0abfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0abfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0abfa Color CSS Codes

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

#b0abfa Text Font Color

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

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


#b0abfa Background Color

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

This div background color is #b0abfa


#b0abfa Border Color

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

This div border color is #b0abfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0abfa


Comments

No comments written yet.

Please login to write comment.