Color Hex Logo

#a049ed Color Hex

#A049ED
(160,73,237)
0 Favorites   0 Comments

Color spaces of #a049ed

RGB 16073237
HSL0.760.820.61
HSV272°69°93°
CMYK 0.320.690.00   0.07
XYZ32.165818.353181.9679
Yxy18.35310.24280.1385
Hunter Lab42.840559.0516-83.4528
CIE-Lab49.921664.2903-68.2805

#a049ed color RGB value is (160,73,237).

#a049ed hex color red value is 160, green value is 73 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a049ed hue: 0.76 , saturation: 0.82 and the lightness value of a049ed is 0.61.

The process color (four color CMYK) of #a049ed color hex is 0.32, 0.69, 0.00, 0.07. Web safe color of #a049ed is #9933ff. Color #a049ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001001 11101101
Octal 240 111 355
Decimal 160 73 237
Hex A0 49 ED

RGB Percentages of Color #a049ed

%34.04
%15.53
%50.43

CMYK Percentages of Color #a049ed

%32
%69
%0
%7

Triadic Colors of #a049ed

#a049ed #eda049 #49eda0

Analogous Colors of #a049ed

#a049ed #ed49e8 #4e49ed

Monochromatic Colors of #a049ed

#a049ed

Complementary Color

#a049ed #96ed49

#a049ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a049ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a049ed Color CSS Codes

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

#a049ed Text Font Color

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

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


#a049ed Background Color

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

This div background color is #a049ed


#a049ed Border Color

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

This div border color is #a049ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,73,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a049ed


Comments

No comments written yet.

Please login to write comment.