Color Hex Logo

#a259fe Color Hex

#A259FE
(162,89,254)
0 Favorites   0 Comments

Color spaces of #a259fe

RGB 16289254
HSL0.740.990.67
HSV267°65°100°
CMYK 0.360.650.00   0.00
XYZ36.362121.981996.0924
Yxy21.98190.23550.1423
Hunter Lab46.884956.3893-88.6978
CIE-Lab54.007861.2146-71.1371

#a259fe color RGB value is (162,89,254).

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

The process color (four color CMYK) of #a259fe color hex is 0.36, 0.65, 0.00, 0.00. Web safe color of #a259fe is #9966ff. Color #a259fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011001 11111110
Octal 242 131 376
Decimal 162 89 254
Hex A2 59 FE

RGB Percentages of Color #a259fe

%32.08
%17.62
%50.30

CMYK Percentages of Color #a259fe

%36
%65
%0
%0

Triadic Colors of #a259fe

#a259fe #fea259 #59fea2

Analogous Colors of #a259fe

#a259fe #f559fe #5963fe

Monochromatic Colors of #a259fe

#a259fe

Complementary Color

#a259fe #b5fe59

#a259fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a259fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a259fe Color CSS Codes

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

#a259fe Text Font Color

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

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


#a259fe Background Color

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

This div background color is #a259fe


#a259fe Border Color

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

This div border color is #a259fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,89,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a259fe

Related Colors


Comments

No comments written yet.

Please login to write comment.