Color Hex Logo

#a04add Color Hex

#A04ADD
(160,74,221)
0 Favorites   0 Comments

Color spaces of #a04add

RGB 16074221
HSL0.760.680.58
HSV275°67°87°
CMYK 0.280.670.00   0.13
XYZ29.997117.591670.2211
Yxy17.59160.25460.1493
Hunter Lab41.942354.2638-69.9054
CIE-Lab48.997060.2621-60.7318

#a04add color RGB value is (160,74,221).

#a04add hex color red value is 160, green value is 74 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a04add hue: 0.76 , saturation: 0.68 and the lightness value of a04add is 0.58.

The process color (four color CMYK) of #a04add color hex is 0.28, 0.67, 0.00, 0.13. Web safe color of #a04add is #9933cc. Color #a04add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001010 11011101
Octal 240 112 335
Decimal 160 74 221
Hex A0 4A DD

RGB Percentages of Color #a04add

%35.16
%16.26
%48.57

CMYK Percentages of Color #a04add

%28
%67
%0
%13

Triadic Colors of #a04add

#a04add #dda04a #4adda0

Analogous Colors of #a04add

#a04add #dd4ad1 #564add

Monochromatic Colors of #a04add

#a04add

Complementary Color

#a04add #87dd4a

#a04add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04add Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04add Color CSS Codes

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

#a04add Text Font Color

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

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


#a04add Background Color

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

This div background color is #a04add


#a04add Border Color

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

This div border color is #a04add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04add


Comments

No comments written yet.

Please login to write comment.