Color Hex Logo

#a25afa Color Hex

#A25AFA
(162,90,250)
0 Favorites   0 Comments

Color spaces of #a25afa

RGB 16290250
HSL0.740.940.67
HSV267°64°98°
CMYK 0.350.640.00   0.02
XYZ35.811821.895892.7813
Yxy21.89580.23800.1455
Hunter Lab46.792954.7228-84.8055
CIE-Lab53.916359.7687-69.0657

#a25afa color RGB value is (162,90,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011010 11111010
Octal 242 132 372
Decimal 162 90 250
Hex A2 5A FA

RGB Percentages of Color #a25afa

%32.27
%17.93
%49.80

CMYK Percentages of Color #a25afa

%35
%64
%0
%2

Triadic Colors of #a25afa

#a25afa #faa25a #5afaa2

Analogous Colors of #a25afa

#a25afa #f25afa #5a62fa

Monochromatic Colors of #a25afa

#a25afa

Complementary Color

#a25afa #b2fa5a

#a25afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25afa Color CSS Codes

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

#a25afa Text Font Color

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

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


#a25afa Background Color

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

This div background color is #a25afa


#a25afa Border Color

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

This div border color is #a25afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25afa

Related Colors


Comments

No comments written yet.

Please login to write comment.