Color Hex Logo

#b39fea Color Hex

#B39FEA
(179,159,234)
0 Favorites   0 Comments

Color spaces of #b39fea

RGB 179159234
HSL0.710.640.77
HSV256°32°92°
CMYK 0.240.320.00   0.08
XYZ45.839840.320583.2085
Yxy40.32050.27070.2381
Hunter Lab63.498417.7377-33.2449
CIE-Lab69.697222.7227-35.0980

#b39fea color RGB value is (179,159,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011111 11101010
Octal 263 237 352
Decimal 179 159 234
Hex B3 9F EA

RGB Percentages of Color #b39fea

%31.29
%27.80
%40.91

CMYK Percentages of Color #b39fea

%24
%32
%0
%8

Triadic Colors of #b39fea

#b39fea #eab39f #9feab3

Analogous Colors of #b39fea

#b39fea #d99fea #9fb1ea

Monochromatic Colors of #b39fea

#b39fea

Complementary Color

#b39fea #d6ea9f

#b39fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39fea Color CSS Codes

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

#b39fea Text Font Color

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

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


#b39fea Background Color

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

This div background color is #b39fea


#b39fea Border Color

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

This div border color is #b39fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39fea


Comments

No comments written yet.

Please login to write comment.