Color Hex Logo

#b39dca Color Hex

#B39DCA
(179,157,202)
0 Favorites   0 Comments

Color spaces of #b39dca

RGB 179157202
HSL0.750.300.70
HSV269°22°79°
CMYK 0.110.220.00   0.21
XYZ41.308037.961961.0273
Yxy37.96190.29440.2706
Hunter Lab61.613211.8505-15.5969
CIE-Lab67.992516.6981-20.0843

#b39dca color RGB value is (179,157,202).

#b39dca hex color red value is 179, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b39dca hue: 0.75 , saturation: 0.30 and the lightness value of b39dca is 0.70.

The process color (four color CMYK) of #b39dca color hex is 0.11, 0.22, 0.00, 0.21. Web safe color of #b39dca is #cc99cc. Color #b39dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011101 11001010
Octal 263 235 312
Decimal 179 157 202
Hex B3 9D CA

RGB Percentages of Color #b39dca

%33.27
%29.18
%37.55

CMYK Percentages of Color #b39dca

%11
%22
%0
%21

Triadic Colors of #b39dca

#b39dca #cab39d #9dcab3

Analogous Colors of #b39dca

#b39dca #ca9dca #9d9eca

Monochromatic Colors of #b39dca

#b39dca

Complementary Color

#b39dca #b4ca9d

#b39dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39dca Color CSS Codes

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

#b39dca Text Font Color

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

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


#b39dca Background Color

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

This div background color is #b39dca


#b39dca Border Color

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

This div border color is #b39dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39dca


Comments

No comments written yet.

Please login to write comment.