Color Hex Logo

#b47eaa Color Hex

#B47EAA
(180,126,170)
0 Favorites   0 Comments

Color spaces of #b47eaa

RGB 180126170
HSL0.860.260.60
HSV311°30°71°
CMYK 0.000.300.06   0.29
XYZ33.538927.527341.5758
Yxy27.52730.32680.2682
Hunter Lab52.466522.2888-10.2564
CIE-Lab59.459328.0689-14.9943

#b47eaa color RGB value is (180,126,170).

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

The process color (four color CMYK) of #b47eaa color hex is 0.00, 0.30, 0.06, 0.29. Web safe color of #b47eaa is #cc6699. Color #b47eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111110 10101010
Octal 264 176 252
Decimal 180 126 170
Hex B4 7E AA

RGB Percentages of Color #b47eaa

%37.82
%26.47
%35.71

CMYK Percentages of Color #b47eaa

%0
%30
%6
%29

Triadic Colors of #b47eaa

#b47eaa #aab47e #7eaab4

Analogous Colors of #b47eaa

#b47eaa #b47e8f #a37eb4

Monochromatic Colors of #b47eaa

#b47eaa

Complementary Color

#b47eaa #7eb488

#b47eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47eaa Color CSS Codes

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

#b47eaa Text Font Color

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

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


#b47eaa Background Color

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

This div background color is #b47eaa


#b47eaa Border Color

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

This div border color is #b47eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47eaa


Comments

No comments written yet.

Please login to write comment.