Color Hex Logo

#a53efa Color Hex

#A53EFA
(165,62,250)
0 Favorites   0 Comments

Color spaces of #a53efa

RGB 16562250
HSL0.760.950.61
HSV273°75°98°
CMYK 0.340.750.00   0.02
XYZ34.495018.346792.1657
Yxy18.34670.23790.1265
Hunter Lab42.833068.7947-97.5937
CIE-Lab49.913972.5385-75.5459

#a53efa color RGB value is (165,62,250).

#a53efa hex color red value is 165, green value is 62 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a53efa hue: 0.76 , saturation: 0.95 and the lightness value of a53efa is 0.61.

The process color (four color CMYK) of #a53efa color hex is 0.34, 0.75, 0.00, 0.02. Web safe color of #a53efa is #9933ff. Color #a53efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111110 11111010
Octal 245 76 372
Decimal 165 62 250
Hex A5 3E FA

RGB Percentages of Color #a53efa

%34.59
%13.00
%52.41

CMYK Percentages of Color #a53efa

%34
%75
%0
%2

Triadic Colors of #a53efa

#a53efa #faa53e #3efaa5

Analogous Colors of #a53efa

#a53efa #fa3ef1 #473efa

Monochromatic Colors of #a53efa

#a53efa

Complementary Color

#a53efa #93fa3e

#a53efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53efa Color CSS Codes

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

#a53efa Text Font Color

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

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


#a53efa Background Color

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

This div background color is #a53efa


#a53efa Border Color

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

This div border color is #a53efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53efa


Comments

No comments written yet.

Please login to write comment.