Color Hex Logo

#b5abfd Color Hex

#B5ABFD
(181,171,253)
0 Favorites   0 Comments

Color spaces of #b5abfd

RGB 181171253
HSL0.690.950.83
HSV247°32°99°
CMYK 0.280.320.00   0.01
XYZ51.348646.041499.1090
Yxy46.04140.26130.2343
Hunter Lab67.853816.3363-39.1028
CIE-Lab73.572421.1361-39.3919

#b5abfd color RGB value is (181,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101011 11111101
Octal 265 253 375
Decimal 181 171 253
Hex B5 AB FD

RGB Percentages of Color #b5abfd

%29.92
%28.26
%41.82

CMYK Percentages of Color #b5abfd

%28
%32
%0
%1

Triadic Colors of #b5abfd

#b5abfd #fdb5ab #abfdb5

Analogous Colors of #b5abfd

#b5abfd #deabfd #abcafd

Monochromatic Colors of #b5abfd

#b5abfd

Complementary Color

#b5abfd #f3fdab

#b5abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5abfd Color CSS Codes

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

#b5abfd Text Font Color

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

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


#b5abfd Background Color

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

This div background color is #b5abfd


#b5abfd Border Color

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

This div border color is #b5abfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5abfd

Related Colors


Comments

No comments written yet.

Please login to write comment.