Color Hex Logo

#b39fee Color Hex

#B39FEE
(179,159,238)
0 Favorites   0 Comments

Color spaces of #b39fee

RGB 179159238
HSL0.710.700.78
HSV255°33°93°
CMYK 0.250.330.00   0.07
XYZ46.421240.553086.2698
Yxy40.55300.26800.2341
Hunter Lab63.681218.6775-35.7441
CIE-Lab69.861623.6648-37.0300

#b39fee color RGB value is (179,159,238).

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

The process color (four color CMYK) of #b39fee color hex is 0.25, 0.33, 0.00, 0.07. Web safe color of #b39fee is #cc99ff. Color #b39fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011111 11101110
Octal 263 237 356
Decimal 179 159 238
Hex B3 9F EE

RGB Percentages of Color #b39fee

%31.08
%27.60
%41.32

CMYK Percentages of Color #b39fee

%25
%33
%0
%7

Triadic Colors of #b39fee

#b39fee #eeb39f #9feeb3

Analogous Colors of #b39fee

#b39fee #db9fee #9fb3ee

Monochromatic Colors of #b39fee

#b39fee

Complementary Color

#b39fee #daee9f

#b39fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39fee Color CSS Codes

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

#b39fee Text Font Color

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

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


#b39fee Background Color

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

This div background color is #b39fee


#b39fee Border Color

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

This div border color is #b39fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39fee


Comments

No comments written yet.

Please login to write comment.