Color Hex Logo

#b59afb Color Hex

#B59AFB
(181,154,251)
0 Favorites   0 Comments

Color spaces of #b59afb

RGB 181154251
HSL0.710.920.79
HSV257°39°98°
CMYK 0.280.390.00   0.02
XYZ48.024239.900096.4371
Yxy39.90000.26050.2164
Hunter Lab63.166425.1687-46.3024
CIE-Lab69.398230.1432-44.8310

#b59afb color RGB value is (181,154,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011010 11111011
Octal 265 232 373
Decimal 181 154 251
Hex B5 9A FB

RGB Percentages of Color #b59afb

%30.89
%26.28
%42.83

CMYK Percentages of Color #b59afb

%28
%39
%0
%2

Triadic Colors of #b59afb

#b59afb #fbb59a #9afbb5

Analogous Colors of #b59afb

#b59afb #e69afb #9ab0fb

Monochromatic Colors of #b59afb

#b59afb

Complementary Color

#b59afb #e0fb9a

#b59afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59afb Color CSS Codes

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

#b59afb Text Font Color

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

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


#b59afb Background Color

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

This div background color is #b59afb


#b59afb Border Color

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

This div border color is #b59afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59afb


Comments

No comments written yet.

Please login to write comment.