Color Hex Logo

#b39efa Color Hex

#B39EFA
(179,158,250)
0 Favorites   0 Comments

Color spaces of #b39efa

RGB 179158250
HSL0.700.900.80
HSV254°37°98°
CMYK 0.280.370.00   0.02
XYZ48.072640.939695.8109
Yxy40.93960.26010.2215
Hunter Lab63.984122.1388-43.9931
CIE-Lab70.133627.1074-43.1465

#b39efa color RGB value is (179,158,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011110 11111010
Octal 263 236 372
Decimal 179 158 250
Hex B3 9E FA

RGB Percentages of Color #b39efa

%30.49
%26.92
%42.59

CMYK Percentages of Color #b39efa

%28
%37
%0
%2

Triadic Colors of #b39efa

#b39efa #fab39e #9efab3

Analogous Colors of #b39efa

#b39efa #e19efa #9eb7fa

Monochromatic Colors of #b39efa

#b39efa

Complementary Color

#b39efa #e5fa9e

#b39efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39efa Color CSS Codes

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

#b39efa Text Font Color

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

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


#b39efa Background Color

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

This div background color is #b39efa


#b39efa Border Color

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

This div border color is #b39efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39efa

Related Colors


Comments

No comments written yet.

Please login to write comment.