Color Hex Logo

#b39efb Color Hex

#B39EFB
(179,158,251)
0 Favorites   0 Comments

Color spaces of #b39efb

RGB 179158251
HSL0.700.920.80
HSV254°37°98°
CMYK 0.290.370.00   0.02
XYZ48.229941.002596.6391
Yxy41.00250.25950.2206
Hunter Lab64.033222.3884-44.6574
CIE-Lab70.177727.3514-43.6211

#b39efb color RGB value is (179,158,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011110 11111011
Octal 263 236 373
Decimal 179 158 251
Hex B3 9E FB

RGB Percentages of Color #b39efb

%30.44
%26.87
%42.69

CMYK Percentages of Color #b39efb

%29
%37
%0
%2

Triadic Colors of #b39efb

#b39efb #fbb39e #9efbb3

Analogous Colors of #b39efb

#b39efb #e29efb #9eb8fb

Monochromatic Colors of #b39efb

#b39efb

Complementary Color

#b39efb #e6fb9e

#b39efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39efb Color CSS Codes

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

#b39efb Text Font Color

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

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


#b39efb Background Color

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

This div background color is #b39efb


#b39efb Border Color

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

This div border color is #b39efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39efb


Comments

No comments written yet.

Please login to write comment.