Color Hex Logo

#b472aa Color Hex

#B472AA
(180,114,170)
0 Favorites   0 Comments

Color spaces of #b472aa

RGB 180114170
HSL0.860.310.58
HSV309°37°71°
CMYK 0.000.370.06   0.29
XYZ32.095424.640241.0946
Yxy24.64020.32810.2519
Hunter Lab49.638928.5460-14.3372
CIE-Lab56.723234.7189-19.1498

#b472aa color RGB value is (180,114,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110010 10101010
Octal 264 162 252
Decimal 180 114 170
Hex B4 72 AA

RGB Percentages of Color #b472aa

%38.79
%24.57
%36.64

CMYK Percentages of Color #b472aa

%0
%37
%6
%29

Triadic Colors of #b472aa

#b472aa #aab472 #72aab4

Analogous Colors of #b472aa

#b472aa #b47289 #9d72b4

Monochromatic Colors of #b472aa

#b472aa

Complementary Color

#b472aa #72b47c

#b472aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b472aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b472aa Color CSS Codes

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

#b472aa Text Font Color

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

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


#b472aa Background Color

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

This div background color is #b472aa


#b472aa Border Color

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

This div border color is #b472aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,114,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 #b472aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b472aa


Comments

No comments written yet.

Please login to write comment.