color codes Logo

#b59efb color codes

#B59EFB
(181,158,251)
0 Favorites   0 Comments

Color spaces of #b59efb

RGB 181158251
HSL0.710.920.80
HSV255°37°98°
CMYK 0.280.370.00   0.02
XYZ48.695541.242596.6609
Yxy41.24250.26100.2210
Hunter Lab64.220322.9633-44.2858
CIE-Lab70.345527.9073-43.3463

#b59efb color RGB value is (181,158,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011110 11111011
Octal 265 236 373
Decimal 181 158 251
Hex B5 9E FB

RGB Percentages of Color #b59efb

%30.68
%26.78
%42.54

CMYK Percentages of Color #b59efb

%28
%37
%0
%2

Triadic Colors of #b59efb

#b59efb #fbb59e #9efbb5

Analogous Colors of #b59efb

#b59efb #e49efb #9eb6fb

Monochromatic Colors of #b59efb

#b59efb

Complementary Color

#b59efb #e4fb9e

#b59efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59efb Color CSS Codes

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

#b59efb Text Font Color

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

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


#b59efb Background Color

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

This div background color is #b59efb


#b59efb Border Color

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

This div border color is #b59efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59efb

Related Colors


Comments

No comments written yet.

Please login to write comment.