Color Hex Logo

#b59efa Color Hex

#B59EFA
(181,158,250)
0 Favorites   0 Comments

Color spaces of #b59efa

RGB 181158250
HSL0.710.900.80
HSV255°37°98°
CMYK 0.280.370.00   0.02
XYZ48.538241.179695.8327
Yxy41.17960.26160.2219
Hunter Lab64.171322.7148-43.6230
CIE-Lab70.301627.6653-42.8714

#b59efa color RGB value is (181,158,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011110 11111010
Octal 265 236 372
Decimal 181 158 250
Hex B5 9E FA

RGB Percentages of Color #b59efa

%30.73
%26.83
%42.44

CMYK Percentages of Color #b59efa

%28
%37
%0
%2

Triadic Colors of #b59efa

#b59efa #fab59e #9efab5

Analogous Colors of #b59efa

#b59efa #e39efa #9eb5fa

Monochromatic Colors of #b59efa

#b59efa

Complementary Color

#b59efa #e3fa9e

#b59efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59efa Color CSS Codes

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

#b59efa Text Font Color

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

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


#b59efa Background Color

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

This div background color is #b59efa


#b59efa Border Color

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

This div border color is #b59efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,158,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 #b59efa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59efa

Related Colors


Comments

No comments written yet.

Please login to write comment.