Color Hex Logo

#b47eae Color Hex

#B47EAE
(180,126,174)
0 Favorites   0 Comments

Color spaces of #b47eae

RGB 180126174
HSL0.850.260.60
HSV307°30°71°
CMYK 0.000.300.03   0.29
XYZ33.923227.681043.5994
Yxy27.68100.32250.2631
Hunter Lab52.612723.0194-12.3038
CIE-Lab59.599428.8090-17.0695

#b47eae color RGB value is (180,126,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111110 10101110
Octal 264 176 256
Decimal 180 126 174
Hex B4 7E AE

RGB Percentages of Color #b47eae

%37.50
%26.25
%36.25

CMYK Percentages of Color #b47eae

%0
%30
%3
%29

Triadic Colors of #b47eae

#b47eae #aeb47e #7eaeb4

Analogous Colors of #b47eae

#b47eae #b47e93 #9f7eb4

Monochromatic Colors of #b47eae

#b47eae

Complementary Color

#b47eae #7eb484

#b47eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47eae Color CSS Codes

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

#b47eae Text Font Color

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

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


#b47eae Background Color

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

This div background color is #b47eae


#b47eae Border Color

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

This div border color is #b47eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47eae


Comments

No comments written yet.

Please login to write comment.