Color Hex Logo

#a53ade Color Hex

#A53ADE
(165,58,222)
0 Favorites   0 Comments

Color spaces of #a53ade

RGB 16558222
HSL0.780.710.55
HSV279°74°87°
CMYK 0.260.740.00   0.13
XYZ30.214916.299470.6608
Yxy16.29940.25790.1391
Hunter Lab40.372562.9380-75.5098
CIE-Lab47.364968.1190-63.9057

#a53ade color RGB value is (165,58,222).

#a53ade hex color red value is 165, green value is 58 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a53ade hue: 0.78 , saturation: 0.71 and the lightness value of a53ade is 0.55.

The process color (four color CMYK) of #a53ade color hex is 0.26, 0.74, 0.00, 0.13. Web safe color of #a53ade is #9933cc. Color #a53ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111010 11011110
Octal 245 72 336
Decimal 165 58 222
Hex A5 3A DE

RGB Percentages of Color #a53ade

%37.08
%13.03
%49.89

CMYK Percentages of Color #a53ade

%26
%74
%0
%13

Triadic Colors of #a53ade

#a53ade #dea53a #3adea5

Analogous Colors of #a53ade

#a53ade #de3ac5 #533ade

Monochromatic Colors of #a53ade

#a53ade

Complementary Color

#a53ade #73de3a

#a53ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53ade Color CSS Codes

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

#a53ade Text Font Color

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

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


#a53ade Background Color

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

This div background color is #a53ade


#a53ade Border Color

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

This div border color is #a53ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53ade


Comments

No comments written yet.

Please login to write comment.