Color Hex Logo

#b39dcd Color Hex

#B39DCD
(179,157,205)
0 Favorites   0 Comments

Color spaces of #b39dcd

RGB 179157205
HSL0.740.320.71
HSV268°23°80°
CMYK 0.130.230.00   0.20
XYZ41.666838.105462.9166
Yxy38.10540.29200.2671
Hunter Lab61.729612.4588-17.2194
CIE-Lab68.098217.3359-21.5865

#b39dcd color RGB value is (179,157,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011101 11001101
Octal 263 235 315
Decimal 179 157 205
Hex B3 9D CD

RGB Percentages of Color #b39dcd

%33.09
%29.02
%37.89

CMYK Percentages of Color #b39dcd

%13
%23
%0
%20

Triadic Colors of #b39dcd

#b39dcd #cdb39d #9dcdb3

Analogous Colors of #b39dcd

#b39dcd #cb9dcd #9d9fcd

Monochromatic Colors of #b39dcd

#b39dcd

Complementary Color

#b39dcd #b7cd9d

#b39dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39dcd Color CSS Codes

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

#b39dcd Text Font Color

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

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


#b39dcd Background Color

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

This div background color is #b39dcd


#b39dcd Border Color

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

This div border color is #b39dcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,157,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 #b39dcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39dcd


Comments

No comments written yet.

Please login to write comment.