Color Hex Logo

#a52efa Color Hex

#A52EFA
(165,46,250)
0 Favorites   0 Comments

Color spaces of #a52efa

RGB 16546250
HSL0.760.950.58
HSV275°82°98°
CMYK 0.340.820.00   0.02
XYZ33.749416.855591.9171
Yxy16.85550.23680.1183
Hunter Lab41.055574.8879-104.0028
CIE-Lab48.077477.8660-78.5421

#a52efa color RGB value is (165,46,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101110 11111010
Octal 245 56 372
Decimal 165 46 250
Hex A5 2E FA

RGB Percentages of Color #a52efa

%35.79
%9.98
%54.23

CMYK Percentages of Color #a52efa

%34
%82
%0
%2

Triadic Colors of #a52efa

#a52efa #faa52e #2efaa5

Analogous Colors of #a52efa

#a52efa #fa2ee9 #3f2efa

Monochromatic Colors of #a52efa

#a52efa

Complementary Color

#a52efa #83fa2e

#a52efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52efa Color CSS Codes

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

#a52efa Text Font Color

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

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


#a52efa Background Color

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

This div background color is #a52efa


#a52efa Border Color

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

This div border color is #a52efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,46,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 #a52efa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52efa


Comments

No comments written yet.

Please login to write comment.