Color Hex Logo

#a520eb Color Hex

#A520EB
(165,32,235)
0 Favorites   0 Comments

Color spaces of #a520eb

RGB 16532235
HSL0.780.840.52
HSV279°86°92°
CMYK 0.300.860.00   0.08
XYZ31.029015.030579.8630
Yxy15.03050.24640.1194
Hunter Lab38.769275.0168-94.9966
CIE-Lab45.675978.4365-74.0298

#a520eb color RGB value is (165,32,235).

#a520eb hex color red value is 165, green value is 32 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a520eb hue: 0.78 , saturation: 0.84 and the lightness value of a520eb is 0.52.

The process color (four color CMYK) of #a520eb color hex is 0.30, 0.86, 0.00, 0.08. Web safe color of #a520eb is #9933ff. Color #a520eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100000 11101011
Octal 245 40 353
Decimal 165 32 235
Hex A5 20 EB

RGB Percentages of Color #a520eb

%38.19
%7.41
%54.40

CMYK Percentages of Color #a520eb

%30
%86
%0
%8

Triadic Colors of #a520eb

#a520eb #eba520 #20eba5

Analogous Colors of #a520eb

#a520eb #eb20cc #4020eb

Monochromatic Colors of #a520eb

#a520eb

Complementary Color

#a520eb #66eb20

#a520eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a520eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a520eb Color CSS Codes

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

#a520eb Text Font Color

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

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


#a520eb Background Color

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

This div background color is #a520eb


#a520eb Border Color

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

This div border color is #a520eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a520eb


Comments

No comments written yet.

Please login to write comment.