Color Hex Logo

#b520ad Color Hex

#B520AD
(181,32,173)
0 Favorites   0 Comments

Color spaces of #b520ad

RGB 18132173
HSL0.840.700.42
HSV303°82°71°
CMYK 0.000.820.04   0.29
XYZ27.115413.873940.7840
Yxy13.87390.33160.1697
Hunter Lab37.247764.7602-38.8456
CIE-Lab44.051570.3087-40.6323

#b520ad color RGB value is (181,32,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100000 10101101
Octal 265 40 255
Decimal 181 32 173
Hex B5 20 AD

RGB Percentages of Color #b520ad

%46.89
%8.29
%44.82

CMYK Percentages of Color #b520ad

%0
%82
%4
%29

Triadic Colors of #b520ad

#b520ad #adb520 #20adb5

Analogous Colors of #b520ad

#b520ad #b52063 #7320b5

Monochromatic Colors of #b520ad

#b520ad

Complementary Color

#b520ad #20b528

#b520ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b520ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b520ad Color CSS Codes

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

#b520ad Text Font Color

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

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


#b520ad Background Color

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

This div background color is #b520ad


#b520ad Border Color

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

This div border color is #b520ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b520ad


Comments

No comments written yet.

Please login to write comment.