Color Hex Logo

#b39eef Color Hex

#B39EEF
(179,158,239)
0 Favorites   0 Comments

Color spaces of #b39eef

RGB 179158239
HSL0.710.720.78
HSV256°34°94°
CMYK 0.250.340.00   0.06
XYZ46.397340.269486.9887
Yxy40.26940.26720.2319
Hunter Lab63.458219.4581-36.8542
CIE-Lab69.661024.4620-37.8885

#b39eef color RGB value is (179,158,239).

#b39eef hex color red value is 179, green value is 158 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b39eef hue: 0.71 , saturation: 0.72 and the lightness value of b39eef is 0.78.

The process color (four color CMYK) of #b39eef color hex is 0.25, 0.34, 0.00, 0.06. Web safe color of #b39eef is #cc99ff. Color #b39eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011110 11101111
Octal 263 236 357
Decimal 179 158 239
Hex B3 9E EF

RGB Percentages of Color #b39eef

%31.08
%27.43
%41.49

CMYK Percentages of Color #b39eef

%25
%34
%0
%6

Triadic Colors of #b39eef

#b39eef #efb39e #9eefb3

Analogous Colors of #b39eef

#b39eef #dc9eef #9eb2ef

Monochromatic Colors of #b39eef

#b39eef

Complementary Color

#b39eef #daef9e

#b39eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39eef Color CSS Codes

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

#b39eef Text Font Color

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

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


#b39eef Background Color

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

This div background color is #b39eef


#b39eef Border Color

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

This div border color is #b39eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39eef


Comments

No comments written yet.

Please login to write comment.