Color Hex Logo

#a520bc Color Hex

#A520BC
(165,32,188)
0 Favorites   0 Comments

Color spaces of #a520bc

RGB 16532188
HSL0.810.710.43
HSV291°83°74°
CMYK 0.120.830.00   0.26
XYZ25.110712.663248.6977
Yxy12.66320.29040.1464
Hunter Lab35.585463.6834-56.2271
CIE-Lab42.251369.7481-52.5155

#a520bc color RGB value is (165,32,188).

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

The process color (four color CMYK) of #a520bc color hex is 0.12, 0.83, 0.00, 0.26. Web safe color of #a520bc is #9933cc. Color #a520bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100000 10111100
Octal 245 40 274
Decimal 165 32 188
Hex A5 20 BC

RGB Percentages of Color #a520bc

%42.86
%8.31
%48.83

CMYK Percentages of Color #a520bc

%12
%83
%0
%26

Triadic Colors of #a520bc

#a520bc #bca520 #20bca5

Analogous Colors of #a520bc

#a520bc #bc2085 #5720bc

Monochromatic Colors of #a520bc

#a520bc

Complementary Color

#a520bc #37bc20

#a520bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a520bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a520bc Color CSS Codes

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

#a520bc Text Font Color

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

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


#a520bc Background Color

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

This div background color is #a520bc


#a520bc Border Color

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

This div border color is #a520bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a520bc


Comments

No comments written yet.

Please login to write comment.