Color Hex Logo

#b59af9 Color Hex

#B59AF9
(181,154,249)
0 Favorites   0 Comments

Color spaces of #b59af9

RGB 181154249
HSL0.710.890.79
HSV257°38°98°
CMYK 0.270.380.00   0.02
XYZ47.710539.774594.7852
Yxy39.77450.26180.2182
Hunter Lab63.067024.6688-44.9617
CIE-Lab69.308629.6605-43.8825

#b59af9 color RGB value is (181,154,249).

#b59af9 hex color red value is 181, green value is 154 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #b59af9 hue: 0.71 , saturation: 0.89 and the lightness value of b59af9 is 0.79.

The process color (four color CMYK) of #b59af9 color hex is 0.27, 0.38, 0.00, 0.02. Web safe color of #b59af9 is #cc99ff. Color #b59af9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011010 11111001
Octal 265 232 371
Decimal 181 154 249
Hex B5 9A F9

RGB Percentages of Color #b59af9

%30.99
%26.37
%42.64

CMYK Percentages of Color #b59af9

%27
%38
%0
%2

Triadic Colors of #b59af9

#b59af9 #f9b59a #9af9b5

Analogous Colors of #b59af9

#b59af9 #e59af9 #9aaff9

Monochromatic Colors of #b59af9

#b59af9

Complementary Color

#b59af9 #def99a

#b59af9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59af9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59af9 Color CSS Codes

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

#b59af9 Text Font Color

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

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


#b59af9 Background Color

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

This div background color is #b59af9


#b59af9 Border Color

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

This div border color is #b59af9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59af9


Comments

No comments written yet.

Please login to write comment.