Color Hex Logo

#b39fdd Color Hex

#B39FDD
(179,159,221)
0 Favorites   0 Comments

Color spaces of #b39fdd

RGB 179159221
HSL0.720.480.75
HSV259°28°87°
CMYK 0.190.280.00   0.13
XYZ44.039739.600473.7291
Yxy39.60040.27980.2516
Hunter Lab62.928814.7947-25.4155
CIE-Lab69.184019.7336-28.7574

#b39fdd color RGB value is (179,159,221).

#b39fdd hex color red value is 179, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b39fdd hue: 0.72 , saturation: 0.48 and the lightness value of b39fdd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011111 11011101
Octal 263 237 335
Decimal 179 159 221
Hex B3 9F DD

RGB Percentages of Color #b39fdd

%32.02
%28.44
%39.53

CMYK Percentages of Color #b39fdd

%19
%28
%0
%13

Triadic Colors of #b39fdd

#b39fdd #ddb39f #9fddb3

Analogous Colors of #b39fdd

#b39fdd #d29fdd #9faadd

Monochromatic Colors of #b39fdd

#b39fdd

Complementary Color

#b39fdd #c9dd9f

#b39fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39fdd Color CSS Codes

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

#b39fdd Text Font Color

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

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


#b39fdd Background Color

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

This div background color is #b39fdd


#b39fdd Border Color

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

This div border color is #b39fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39fdd


Comments

No comments written yet.

Please login to write comment.