Color Hex Logo

#b471aa Color Hex

#B471AA
(180,113,170)
0 Favorites   0 Comments

Color spaces of #b471aa

RGB 180113170
HSL0.860.310.57
HSV309°37°71°
CMYK 0.000.370.06   0.29
XYZ31.983224.415841.0572
Yxy24.41580.32820.2505
Hunter Lab49.412329.0663-14.6760
CIE-Lab56.501735.2672-19.4877

#b471aa color RGB value is (180,113,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110001 10101010
Octal 264 161 252
Decimal 180 113 170
Hex B4 71 AA

RGB Percentages of Color #b471aa

%38.88
%24.41
%36.72

CMYK Percentages of Color #b471aa

%0
%37
%6
%29

Triadic Colors of #b471aa

#b471aa #aab471 #71aab4

Analogous Colors of #b471aa

#b471aa #b47189 #9d71b4

Monochromatic Colors of #b471aa

#b471aa

Complementary Color

#b471aa #71b47b

#b471aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b471aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b471aa Color CSS Codes

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

#b471aa Text Font Color

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

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


#b471aa Background Color

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

This div background color is #b471aa


#b471aa Border Color

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

This div border color is #b471aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b471aa

#b471aa Color Palettes


Comments

No comments written yet.

Please login to write comment.