Color Hex Logo

#b59efc Color Hex

#B59EFC
(181,158,252)
0 Favorites   0 Comments

Color spaces of #b59efc

RGB 181158252
HSL0.710.940.80
HSV255°37°99°
CMYK 0.280.370.00   0.01
XYZ48.853641.305897.4934
Yxy41.30580.26030.2201
Hunter Lab64.269623.2124-44.9509
CIE-Lab70.389628.1495-43.8204

#b59efc color RGB value is (181,158,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011110 11111100
Octal 265 236 374
Decimal 181 158 252
Hex B5 9E FC

RGB Percentages of Color #b59efc

%30.63
%26.73
%42.64

CMYK Percentages of Color #b59efc

%28
%37
%0
%1

Triadic Colors of #b59efc

#b59efc #fcb59e #9efcb5

Analogous Colors of #b59efc

#b59efc #e49efc #9eb6fc

Monochromatic Colors of #b59efc

#b59efc

Complementary Color

#b59efc #e5fc9e

#b59efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59efc Color CSS Codes

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

#b59efc Text Font Color

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

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


#b59efc Background Color

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

This div background color is #b59efc


#b59efc Border Color

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

This div border color is #b59efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59efc


Comments

No comments written yet.

Please login to write comment.