Color Hex Logo

#a252fa Color Hex

#A252FA
(162,82,250)
0 Favorites   0 Comments

Color spaces of #a252fa

RGB 16282250
HSL0.750.940.65
HSV269°67°98°
CMYK 0.350.670.00   0.02
XYZ35.172920.618192.5684
Yxy20.61810.23710.1390
Hunter Lab45.407258.8056-89.0854
CIE-Lab52.529063.5880-71.3124

#a252fa color RGB value is (162,82,250).

#a252fa hex color red value is 162, green value is 82 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a252fa hue: 0.75 , saturation: 0.94 and the lightness value of a252fa is 0.65.

The process color (four color CMYK) of #a252fa color hex is 0.35, 0.67, 0.00, 0.02. Web safe color of #a252fa is #9966ff. Color #a252fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010010 11111010
Octal 242 122 372
Decimal 162 82 250
Hex A2 52 FA

RGB Percentages of Color #a252fa

%32.79
%16.60
%50.61

CMYK Percentages of Color #a252fa

%35
%67
%0
%2

Triadic Colors of #a252fa

#a252fa #faa252 #52faa2

Analogous Colors of #a252fa

#a252fa #f652fa #5256fa

Monochromatic Colors of #a252fa

#a252fa

Complementary Color

#a252fa #aafa52

#a252fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a252fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a252fa Color CSS Codes

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

#a252fa Text Font Color

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

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


#a252fa Background Color

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

This div background color is #a252fa


#a252fa Border Color

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

This div border color is #a252fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a252fa

Related Colors


Comments

No comments written yet.

Please login to write comment.