Color Hex Logo

#a049fe Color Hex

#A049FE
(160,73,254)
0 Favorites   0 Comments

Color spaces of #a049fe

RGB 16073254
HSL0.750.990.64
HSV269°71°100°
CMYK 0.370.710.00   0.00
XYZ34.769119.394495.6769
Yxy19.39440.23200.1294
Hunter Lab44.039163.8584-97.9829
CIE-Lab51.145568.1723-75.7952

#a049fe color RGB value is (160,73,254).

#a049fe hex color red value is 160, green value is 73 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a049fe hue: 0.75 , saturation: 0.99 and the lightness value of a049fe is 0.64.

The process color (four color CMYK) of #a049fe color hex is 0.37, 0.71, 0.00, 0.00. Web safe color of #a049fe is #9933ff. Color #a049fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001001 11111110
Octal 240 111 376
Decimal 160 73 254
Hex A0 49 FE

RGB Percentages of Color #a049fe

%32.85
%14.99
%52.16

CMYK Percentages of Color #a049fe

%37
%71
%0
%0

Triadic Colors of #a049fe

#a049fe #fea049 #49fea0

Analogous Colors of #a049fe

#a049fe #fb49fe #494cfe

Monochromatic Colors of #a049fe

#a049fe

Complementary Color

#a049fe #a7fe49

#a049fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a049fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a049fe Color CSS Codes

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

#a049fe Text Font Color

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

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


#a049fe Background Color

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

This div background color is #a049fe


#a049fe Border Color

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

This div border color is #a049fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a049fe

Related Colors


Comments

No comments written yet.

Please login to write comment.