Color Hex Logo

#b5a1eb Color Hex

#B5A1EB
(181,161,235)
0 Favorites   0 Comments

Color spaces of #b5a1eb

RGB 181161235
HSL0.710.650.78
HSV256°31°92°
CMYK 0.230.310.00   0.08
XYZ46.796341.311784.1048
Yxy41.31170.27170.2399
Hunter Lab64.274217.4812-32.5909
CIE-Lab70.393822.4288-34.5512

#b5a1eb color RGB value is (181,161,235).

#b5a1eb hex color red value is 181, green value is 161 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b5a1eb hue: 0.71 , saturation: 0.65 and the lightness value of b5a1eb is 0.78.

The process color (four color CMYK) of #b5a1eb color hex is 0.23, 0.31, 0.00, 0.08. Web safe color of #b5a1eb is #cc99ff. Color #b5a1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10100001 11101011
Octal 265 241 353
Decimal 181 161 235
Hex B5 A1 EB

RGB Percentages of Color #b5a1eb

%31.37
%27.90
%40.73

CMYK Percentages of Color #b5a1eb

%23
%31
%0
%8

Triadic Colors of #b5a1eb

#b5a1eb #ebb5a1 #a1ebb5

Analogous Colors of #b5a1eb

#b5a1eb #daa1eb #a1b2eb

Monochromatic Colors of #b5a1eb

#b5a1eb

Complementary Color

#b5a1eb #d7eba1

#b5a1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a1eb Color CSS Codes

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

#b5a1eb Text Font Color

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

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


#b5a1eb Background Color

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

This div background color is #b5a1eb


#b5a1eb Border Color

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

This div border color is #b5a1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a1eb


Comments

No comments written yet.

Please login to write comment.