Color Hex Logo

#b5a1df Color Hex

#B5A1DF
(181,161,223)
0 Favorites   0 Comments

Color spaces of #b5a1df

RGB 181161223
HSL0.720.490.75
HSV259°28°87°
CMYK 0.190.280.00   0.13
XYZ45.120240.641275.2785
Yxy40.64120.28020.2524
Hunter Lab63.750514.7724-25.3861
CIE-Lab69.923819.6833-28.7036

#b5a1df color RGB value is (181,161,223).

#b5a1df hex color red value is 181, green value is 161 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b5a1df hue: 0.72 , saturation: 0.49 and the lightness value of b5a1df is 0.75.

The process color (four color CMYK) of #b5a1df color hex is 0.19, 0.28, 0.00, 0.13. Web safe color of #b5a1df is #cc99cc. Color #b5a1df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10100001 11011111
Octal 265 241 337
Decimal 181 161 223
Hex B5 A1 DF

RGB Percentages of Color #b5a1df

%32.04
%28.50
%39.47

CMYK Percentages of Color #b5a1df

%19
%28
%0
%13

Triadic Colors of #b5a1df

#b5a1df #dfb5a1 #a1dfb5

Analogous Colors of #b5a1df

#b5a1df #d4a1df #a1acdf

Monochromatic Colors of #b5a1df

#b5a1df

Complementary Color

#b5a1df #cbdfa1

#b5a1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a1df Color CSS Codes

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

#b5a1df Text Font Color

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

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


#b5a1df Background Color

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

This div background color is #b5a1df


#b5a1df Border Color

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

This div border color is #b5a1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a1df

#b5a1df Color Palettes


Comments

No comments written yet.

Please login to write comment.