Color Hex Logo

#b520ac Color Hex

#B520AC
(181,32,172)
0 Favorites   0 Comments

Color spaces of #b520ac

RGB 18132172
HSL0.840.700.42
HSV304°82°71°
CMYK 0.000.820.05   0.29
XYZ27.019013.835340.2762
Yxy13.83530.33300.1705
Hunter Lab37.195864.5694-38.1630
CIE-Lab43.995870.1584-40.1276

#b520ac color RGB value is (181,32,172).

#b520ac hex color red value is 181, green value is 32 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b520ac hue: 0.84 , saturation: 0.70 and the lightness value of b520ac is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100000 10101100
Octal 265 40 254
Decimal 181 32 172
Hex B5 20 AC

RGB Percentages of Color #b520ac

%47.01
%8.31
%44.68

CMYK Percentages of Color #b520ac

%0
%82
%5
%29

Triadic Colors of #b520ac

#b520ac #acb520 #20acb5

Analogous Colors of #b520ac

#b520ac #b52061 #7420b5

Monochromatic Colors of #b520ac

#b520ac

Complementary Color

#b520ac #20b529

#b520ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b520ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b520ac Color CSS Codes

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

#b520ac Text Font Color

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

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


#b520ac Background Color

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

This div background color is #b520ac


#b520ac Border Color

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

This div border color is #b520ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,32,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b520ac


Comments

No comments written yet.

Please login to write comment.