Color Hex Logo

#b39ecd Color Hex

#B39ECD
(179,158,205)
0 Favorites   0 Comments

Color spaces of #b39ecd

RGB 179158205
HSL0.740.320.71
HSV267°23°80°
CMYK 0.130.230.00   0.20
XYZ41.836738.445262.9732
Yxy38.44520.29200.2684
Hunter Lab62.004211.9337-16.8137
CIE-Lab68.347516.7771-21.2067

#b39ecd color RGB value is (179,158,205).

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

The process color (four color CMYK) of #b39ecd color hex is 0.13, 0.23, 0.00, 0.20. Web safe color of #b39ecd is #cc99cc. Color #b39ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011110 11001101
Octal 263 236 315
Decimal 179 158 205
Hex B3 9E CD

RGB Percentages of Color #b39ecd

%33.03
%29.15
%37.82

CMYK Percentages of Color #b39ecd

%13
%23
%0
%20

Triadic Colors of #b39ecd

#b39ecd #cdb39e #9ecdb3

Analogous Colors of #b39ecd

#b39ecd #cb9ecd #9ea1cd

Monochromatic Colors of #b39ecd

#b39ecd

Complementary Color

#b39ecd #b8cd9e

#b39ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39ecd Color CSS Codes

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

#b39ecd Text Font Color

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

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


#b39ecd Background Color

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

This div background color is #b39ecd


#b39ecd Border Color

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

This div border color is #b39ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39ecd


Comments

No comments written yet.

Please login to write comment.