Color Hex Logo

#b59afa Color Hex

#B59AFA
(181,154,250)
0 Favorites   0 Comments

Color spaces of #b59afa

RGB 181154250
HSL0.710.910.79
HSV257°38°98°
CMYK 0.280.380.00   0.02
XYZ47.867039.837195.6089
Yxy39.83710.26110.2173
Hunter Lab63.116624.9184-45.6307
CIE-Lab69.353329.9018-44.3570

#b59afa color RGB value is (181,154,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011010 11111010
Octal 265 232 372
Decimal 181 154 250
Hex B5 9A FA

RGB Percentages of Color #b59afa

%30.94
%26.32
%42.74

CMYK Percentages of Color #b59afa

%28
%38
%0
%2

Triadic Colors of #b59afa

#b59afa #fab59a #9afab5

Analogous Colors of #b59afa

#b59afa #e59afa #9aaffa

Monochromatic Colors of #b59afa

#b59afa

Complementary Color

#b59afa #dffa9a

#b59afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59afa Color CSS Codes

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

#b59afa Text Font Color

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

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


#b59afa Background Color

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

This div background color is #b59afa


#b59afa Border Color

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

This div border color is #b59afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59afa


Comments

No comments written yet.

Please login to write comment.