color codes Logo

#b39adb color codes

#B39ADB
(179,154,219)
0 Favorites   0 Comments

Color spaces of #b39adb

RGB 179154219
HSL0.730.470.73
HSV263°30°86°
CMYK 0.180.300.00   0.14
XYZ42.932237.809472.0530
Yxy37.80940.28100.2475
Hunter Lab61.489317.0233-26.4333
CIE-Lab67.879922.0837-29.6647

#b39adb color RGB value is (179,154,219).

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

The process color (four color CMYK) of #b39adb color code is 0.18, 0.30, 0.00, 0.14. Web safe color of #b39adb is #cc99cc. Color #b39adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011010 11011011
Octal 263 232 333
Decimal 179 154 219
Hex B3 9A DB

RGB Percentages of Color #b39adb

%32.43
%27.90
%39.67

CMYK Percentages of Color #b39adb

%18
%30
%0
%14

Triadic Colors of #b39adb

#b39adb #dbb39a #9adbb3

Analogous Colors of #b39adb

#b39adb #d49adb #9aa2db

Monochromatic Colors of #b39adb

#b39adb

Complementary Color

#b39adb #c2db9a

#b39adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39adb Color CSS Codes

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

#b39adb Text Font Color

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

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


#b39adb Background Color

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

This div background color is #b39adb


#b39adb Border Color

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

This div border color is #b39adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39adb


Comments

No comments written yet.

Please login to write comment.