Color Hex Logo

#b59bef Color Hex

#B59BEF
(181,155,239)
0 Favorites   0 Comments

Color spaces of #b59bef

RGB 181155239
HSL0.720.720.77
HSV259°35°94°
CMYK 0.240.350.00   0.06
XYZ46.357439.498486.8420
Yxy39.49840.26840.2287
Hunter Lab62.847821.6806-37.9325
CIE-Lab69.110826.7207-38.7328

#b59bef color RGB value is (181,155,239).

#b59bef hex color red value is 181, green value is 155 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b59bef hue: 0.72 , saturation: 0.72 and the lightness value of b59bef is 0.77.

The process color (four color CMYK) of #b59bef color hex is 0.24, 0.35, 0.00, 0.06. Web safe color of #b59bef is #cc99ff. Color #b59bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011011 11101111
Octal 265 233 357
Decimal 181 155 239
Hex B5 9B EF

RGB Percentages of Color #b59bef

%31.48
%26.96
%41.57

CMYK Percentages of Color #b59bef

%24
%35
%0
%6

Triadic Colors of #b59bef

#b59bef #efb59b #9befb5

Analogous Colors of #b59bef

#b59bef #df9bef #9babef

Monochromatic Colors of #b59bef

#b59bef

Complementary Color

#b59bef #d5ef9b

#b59bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59bef Color CSS Codes

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

#b59bef Text Font Color

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

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


#b59bef Background Color

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

This div background color is #b59bef


#b59bef Border Color

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

This div border color is #b59bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59bef


Comments

No comments written yet.

Please login to write comment.