Color Hex Logo

#b39bde Color Hex

#B39BDE
(179,155,222)
0 Favorites   0 Comments

Color spaces of #b39bde

RGB 179155222
HSL0.730.500.74
HSV261°30°87°
CMYK 0.190.300.00   0.13
XYZ43.496638.300374.2074
Yxy38.30030.27880.2455
Hunter Lab61.887217.1536-27.7721
CIE-Lab68.241422.1995-30.7616

#b39bde color RGB value is (179,155,222).

#b39bde hex color red value is 179, green value is 155 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b39bde hue: 0.73 , saturation: 0.50 and the lightness value of b39bde is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011011 11011110
Octal 263 233 336
Decimal 179 155 222
Hex B3 9B DE

RGB Percentages of Color #b39bde

%32.19
%27.88
%39.93

CMYK Percentages of Color #b39bde

%19
%30
%0
%13

Triadic Colors of #b39bde

#b39bde #deb39b #9bdeb3

Analogous Colors of #b39bde

#b39bde #d59bde #9ba5de

Monochromatic Colors of #b39bde

#b39bde

Complementary Color

#b39bde #c6de9b

#b39bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39bde Color CSS Codes

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

#b39bde Text Font Color

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

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


#b39bde Background Color

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

This div background color is #b39bde


#b39bde Border Color

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

This div border color is #b39bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39bde


Comments

No comments written yet.

Please login to write comment.