Color Hex Logo

#b5abfb Color Hex

#B5ABFB
(181,171,251)
0 Favorites   0 Comments

Color spaces of #b5abfb

RGB 181171251
HSL0.690.910.83
HSV248°32°98°
CMYK 0.280.320.00   0.02
XYZ51.031645.914697.4395
Yxy45.91460.26250.2362
Hunter Lab67.760315.8512-37.8269
CIE-Lab73.490120.6512-38.4393

#b5abfb color RGB value is (181,171,251).

#b5abfb hex color red value is 181, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b5abfb hue: 0.69 , saturation: 0.91 and the lightness value of b5abfb is 0.83.

The process color (four color CMYK) of #b5abfb color hex is 0.28, 0.32, 0.00, 0.02. Web safe color of #b5abfb is #cc99ff. Color #b5abfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101011 11111011
Octal 265 253 373
Decimal 181 171 251
Hex B5 AB FB

RGB Percentages of Color #b5abfb

%30.02
%28.36
%41.63

CMYK Percentages of Color #b5abfb

%28
%32
%0
%2

Triadic Colors of #b5abfb

#b5abfb #fbb5ab #abfbb5

Analogous Colors of #b5abfb

#b5abfb #ddabfb #abc9fb

Monochromatic Colors of #b5abfb

#b5abfb

Complementary Color

#b5abfb #f1fbab

#b5abfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5abfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5abfb Color CSS Codes

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

#b5abfb Text Font Color

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

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


#b5abfb Background Color

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

This div background color is #b5abfb


#b5abfb Border Color

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

This div border color is #b5abfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5abfb

Related Colors


Comments

No comments written yet.

Please login to write comment.