Color Hex Logo

#b39adc Color Hex

#B39ADC
(179,154,220)
0 Favorites   0 Comments

Color spaces of #b39adc

RGB 179154220
HSL0.730.490.73
HSV263°30°86°
CMYK 0.190.300.00   0.14
XYZ43.064337.862272.7486
Yxy37.86220.28020.2464
Hunter Lab61.532317.2445-27.0250
CIE-Lab67.918922.3086-30.1565

#b39adc color RGB value is (179,154,220).

#b39adc hex color red value is 179, green value is 154 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b39adc hue: 0.73 , saturation: 0.49 and the lightness value of b39adc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011010 11011100
Octal 263 232 334
Decimal 179 154 220
Hex B3 9A DC

RGB Percentages of Color #b39adc

%32.37
%27.85
%39.78

CMYK Percentages of Color #b39adc

%19
%30
%0
%14

Triadic Colors of #b39adc

#b39adc #dcb39a #9adcb3

Analogous Colors of #b39adc

#b39adc #d49adc #9aa2dc

Monochromatic Colors of #b39adc

#b39adc

Complementary Color

#b39adc #c3dc9a

#b39adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39adc Color CSS Codes

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

#b39adc Text Font Color

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

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


#b39adc Background Color

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

This div background color is #b39adc


#b39adc Border Color

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

This div border color is #b39adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39adc


Comments

No comments written yet.

Please login to write comment.