Color Hex Logo

#a049eb Color Hex

#A049EB
(160,73,235)
0 Favorites   0 Comments

Color spaces of #a049eb

RGB 16073235
HSL0.760.800.60
HSV272°69°92°
CMYK 0.320.690.00   0.08
XYZ31.875118.236880.4373
Yxy18.23680.24420.1397
Hunter Lab42.704658.5011-81.7840
CIE-Lab49.782163.8389-67.3815

#a049eb color RGB value is (160,73,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001001 11101011
Octal 240 111 353
Decimal 160 73 235
Hex A0 49 EB

RGB Percentages of Color #a049eb

%34.19
%15.60
%50.21

CMYK Percentages of Color #a049eb

%32
%69
%0
%8

Triadic Colors of #a049eb

#a049eb #eba049 #49eba0

Analogous Colors of #a049eb

#a049eb #eb49e5 #4f49eb

Monochromatic Colors of #a049eb

#a049eb

Complementary Color

#a049eb #94eb49

#a049eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a049eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a049eb Color CSS Codes

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

#a049eb Text Font Color

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

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


#a049eb Background Color

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

This div background color is #a049eb


#a049eb Border Color

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

This div border color is #a049eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a049eb


Comments

No comments written yet.

Please login to write comment.