Color Hex Logo

#b47dba Color Hex

#B47DBA
(180,125,186)
0 Favorites   0 Comments

Color spaces of #b47dba

RGB 180125186
HSL0.820.310.61
HSV294°33°73°
CMYK 0.030.330.00   0.27
XYZ35.018927.915749.9969
Yxy27.91570.31010.2472
Hunter Lab52.835325.8468-19.1201
CIE-Lab59.812531.6688-23.5859

#b47dba color RGB value is (180,125,186).

#b47dba hex color red value is 180, green value is 125 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b47dba hue: 0.82 , saturation: 0.31 and the lightness value of b47dba is 0.61.

The process color (four color CMYK) of #b47dba color hex is 0.03, 0.33, 0.00, 0.27. Web safe color of #b47dba is #cc66cc. Color #b47dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111101 10111010
Octal 264 175 272
Decimal 180 125 186
Hex B4 7D BA

RGB Percentages of Color #b47dba

%36.66
%25.46
%37.88

CMYK Percentages of Color #b47dba

%3
%33
%0
%27

Triadic Colors of #b47dba

#b47dba #bab47d #7dbab4

Analogous Colors of #b47dba

#b47dba #ba7da2 #967dba

Monochromatic Colors of #b47dba

#b47dba

Complementary Color

#b47dba #83ba7d

#b47dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47dba Color CSS Codes

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

#b47dba Text Font Color

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

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


#b47dba Background Color

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

This div background color is #b47dba


#b47dba Border Color

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

This div border color is #b47dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,125,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b47dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b47dba;
  -webkit-box-shadow: 1px 1px 3px 2px #b47dba;
  box-shadow:         1px 1px 3px 2px #b47dba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,125,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47dba


Comments

No comments written yet.

Please login to write comment.