Color Hex Logo

#b39eeb Color Hex

#B39EEB
(179,158,235)
0 Favorites   0 Comments

Color spaces of #b39eeb

RGB 179158235
HSL0.710.660.77
HSV256°33°92°
CMYK 0.240.330.00   0.08
XYZ45.812740.035683.9103
Yxy40.03560.26990.2358
Hunter Lab63.273718.5122-34.3358
CIE-Lab69.494923.5175-35.9595

#b39eeb color RGB value is (179,158,235).

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

The process color (four color CMYK) of #b39eeb color hex is 0.24, 0.33, 0.00, 0.08. Web safe color of #b39eeb is #cc99ff. Color #b39eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011110 11101011
Octal 263 236 353
Decimal 179 158 235
Hex B3 9E EB

RGB Percentages of Color #b39eeb

%31.29
%27.62
%41.08

CMYK Percentages of Color #b39eeb

%24
%33
%0
%8

Triadic Colors of #b39eeb

#b39eeb #ebb39e #9eebb3

Analogous Colors of #b39eeb

#b39eeb #da9eeb #9eb0eb

Monochromatic Colors of #b39eeb

#b39eeb

Complementary Color

#b39eeb #d6eb9e

#b39eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39eeb Color CSS Codes

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

#b39eeb Text Font Color

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

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


#b39eeb Background Color

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

This div background color is #b39eeb


#b39eeb Border Color

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

This div border color is #b39eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39eeb


Comments

No comments written yet.

Please login to write comment.