Color Hex Logo

#b521aa Color Hex

#B521AA
(181,33,170)
0 Favorites   0 Comments

Color spaces of #b521aa

RGB 18133170
HSL0.850.690.42
HSV304°82°71°
CMYK 0.000.820.06   0.29
XYZ26.855613.813739.2811
Yxy13.81370.33590.1728
Hunter Lab37.166863.9368-36.6461
CIE-Lab43.964669.6290-38.9892

#b521aa color RGB value is (181,33,170).

#b521aa hex color red value is 181, green value is 33 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b521aa hue: 0.85 , saturation: 0.69 and the lightness value of b521aa is 0.42.

The process color (four color CMYK) of #b521aa color hex is 0.00, 0.82, 0.06, 0.29. Web safe color of #b521aa is #cc3399. Color #b521aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100001 10101010
Octal 265 41 252
Decimal 181 33 170
Hex B5 21 AA

RGB Percentages of Color #b521aa

%47.14
%8.59
%44.27

CMYK Percentages of Color #b521aa

%0
%82
%6
%29

Triadic Colors of #b521aa

#b521aa #aab521 #21aab5

Analogous Colors of #b521aa

#b521aa #b52160 #7621b5

Monochromatic Colors of #b521aa

#b521aa

Complementary Color

#b521aa #21b52c

#b521aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b521aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b521aa Color CSS Codes

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

#b521aa Text Font Color

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

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


#b521aa Background Color

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

This div background color is #b521aa


#b521aa Border Color

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

This div border color is #b521aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b521aa


Comments

No comments written yet.

Please login to write comment.