Color Hex Logo

#a520ba Color Hex

#A520BA
(165,32,186)
0 Favorites   0 Comments

Color spaces of #a520ba

RGB 16532186
HSL0.810.710.43
HSV292°83°73°
CMYK 0.110.830.00   0.27
XYZ24.896512.577547.5699
Yxy12.57750.29270.1479
Hunter Lab35.464863.2448-54.7020
CIE-Lab42.119669.4009-51.5526

#a520ba color RGB value is (165,32,186).

#a520ba hex color red value is 165, green value is 32 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a520ba hue: 0.81 , saturation: 0.71 and the lightness value of a520ba is 0.43.

The process color (four color CMYK) of #a520ba color hex is 0.11, 0.83, 0.00, 0.27. Web safe color of #a520ba is #9933cc. Color #a520ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100000 10111010
Octal 245 40 272
Decimal 165 32 186
Hex A5 20 BA

RGB Percentages of Color #a520ba

%43.08
%8.36
%48.56

CMYK Percentages of Color #a520ba

%11
%83
%0
%27

Triadic Colors of #a520ba

#a520ba #baa520 #20baa5

Analogous Colors of #a520ba

#a520ba #ba2082 #5820ba

Monochromatic Colors of #a520ba

#a520ba

Complementary Color

#a520ba #35ba20

#a520ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a520ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a520ba Color CSS Codes

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

#a520ba Text Font Color

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

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


#a520ba Background Color

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

This div background color is #a520ba


#a520ba Border Color

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

This div border color is #a520ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a520ba


Comments

No comments written yet.

Please login to write comment.