Color Hex Logo

#b47dab Color Hex

#B47DAB
(180,125,171)
0 Favorites   0 Comments

Color spaces of #b47dab

RGB 180125171
HSL0.860.270.60
HSV310°31°71°
CMYK 0.000.310.05   0.29
XYZ33.506727.310842.0336
Yxy27.31080.32580.2655
Hunter Lab52.259722.9920-11.1064
CIE-Lab59.260928.8107-15.8669

#b47dab color RGB value is (180,125,171).

#b47dab hex color red value is 180, green value is 125 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b47dab hue: 0.86 , saturation: 0.27 and the lightness value of b47dab is 0.60.

The process color (four color CMYK) of #b47dab color hex is 0.00, 0.31, 0.05, 0.29. Web safe color of #b47dab is #cc6699. Color #b47dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111101 10101011
Octal 264 175 253
Decimal 180 125 171
Hex B4 7D AB

RGB Percentages of Color #b47dab

%37.82
%26.26
%35.92

CMYK Percentages of Color #b47dab

%0
%31
%5
%29

Triadic Colors of #b47dab

#b47dab #abb47d #7dabb4

Analogous Colors of #b47dab

#b47dab #b47d90 #a27db4

Monochromatic Colors of #b47dab

#b47dab

Complementary Color

#b47dab #7db486

#b47dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47dab Color CSS Codes

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

#b47dab Text Font Color

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

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


#b47dab Background Color

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

This div background color is #b47dab


#b47dab Border Color

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

This div border color is #b47dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47dab


Comments

No comments written yet.

Please login to write comment.