Color Hex Logo

#b39dce Color Hex

#B39DCE
(179,157,206)
0 Favorites   0 Comments

Color spaces of #b39dce

RGB 179157206
HSL0.740.330.71
HSV267°24°81°
CMYK 0.130.240.00   0.19
XYZ41.788038.153963.5545
Yxy38.15390.29120.2659
Hunter Lab61.768812.6638-17.7658
CIE-Lab68.133917.5501-22.0861

#b39dce color RGB value is (179,157,206).

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

The process color (four color CMYK) of #b39dce color hex is 0.13, 0.24, 0.00, 0.19. Web safe color of #b39dce is #cc99cc. Color #b39dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011101 11001110
Octal 263 235 316
Decimal 179 157 206
Hex B3 9D CE

RGB Percentages of Color #b39dce

%33.03
%28.97
%38.01

CMYK Percentages of Color #b39dce

%13
%24
%0
%19

Triadic Colors of #b39dce

#b39dce #ceb39d #9dceb3

Analogous Colors of #b39dce

#b39dce #cc9dce #9da0ce

Monochromatic Colors of #b39dce

#b39dce

Complementary Color

#b39dce #b8ce9d

#b39dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39dce Color CSS Codes

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

#b39dce Text Font Color

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

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


#b39dce Background Color

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

This div background color is #b39dce


#b39dce Border Color

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

This div border color is #b39dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39dce


Comments

No comments written yet.

Please login to write comment.