Color Hex Logo

#b59af6 Color Hex

#B59AF6
(181,154,246)
0 Favorites   0 Comments

Color spaces of #b59af6

RGB 181154246
HSL0.720.840.78
HSV258°37°96°
CMYK 0.260.370.00   0.04
XYZ47.246239.588892.3400
Yxy39.58880.26370.2210
Hunter Lab62.919623.9259-42.9695
CIE-Lab69.175628.9405-42.4553

#b59af6 color RGB value is (181,154,246).

#b59af6 hex color red value is 181, green value is 154 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #b59af6 hue: 0.72 , saturation: 0.84 and the lightness value of b59af6 is 0.78.

The process color (four color CMYK) of #b59af6 color hex is 0.26, 0.37, 0.00, 0.04. Web safe color of #b59af6 is #cc99ff. Color #b59af6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011010 11110110
Octal 265 232 366
Decimal 181 154 246
Hex B5 9A F6

RGB Percentages of Color #b59af6

%31.15
%26.51
%42.34

CMYK Percentages of Color #b59af6

%26
%37
%0
%4

Triadic Colors of #b59af6

#b59af6 #f6b59a #9af6b5

Analogous Colors of #b59af6

#b59af6 #e39af6 #9aadf6

Monochromatic Colors of #b59af6

#b59af6

Complementary Color

#b59af6 #dbf69a

#b59af6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59af6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59af6 Color CSS Codes

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

#b59af6 Text Font Color

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

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


#b59af6 Background Color

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

This div background color is #b59af6


#b59af6 Border Color

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

This div border color is #b59af6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59af6

#b59af6 Color Palettes


Comments

No comments written yet.

Please login to write comment.