Color Hex Logo

#b39ecb Color Hex

#B39ECB
(179,158,203)
0 Favorites   0 Comments

Color spaces of #b39ecb

RGB 179158203
HSL0.740.300.71
HSV268°22°80°
CMYK 0.120.220.00   0.20
XYZ41.596838.349261.7097
Yxy38.34920.29360.2707
Hunter Lab61.926711.5284-15.7335
CIE-Lab68.277216.3516-20.2058

#b39ecb color RGB value is (179,158,203).

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

The process color (four color CMYK) of #b39ecb color hex is 0.12, 0.22, 0.00, 0.20. Web safe color of #b39ecb is #cc99cc. Color #b39ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011110 11001011
Octal 263 236 313
Decimal 179 158 203
Hex B3 9E CB

RGB Percentages of Color #b39ecb

%33.15
%29.26
%37.59

CMYK Percentages of Color #b39ecb

%12
%22
%0
%20

Triadic Colors of #b39ecb

#b39ecb #cbb39e #9ecbb3

Analogous Colors of #b39ecb

#b39ecb #ca9ecb #9ea0cb

Monochromatic Colors of #b39ecb

#b39ecb

Complementary Color

#b39ecb #b6cb9e

#b39ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39ecb Color CSS Codes

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

#b39ecb Text Font Color

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

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


#b39ecb Background Color

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

This div background color is #b39ecb


#b39ecb Border Color

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

This div border color is #b39ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39ecb


Comments

No comments written yet.

Please login to write comment.