Color Hex Logo

#a04aed Color Hex

#A04AED
(160,74,237)
0 Favorites   0 Comments

Color spaces of #a04aed

RGB 16074237
HSL0.750.820.61
HSV272°69°93°
CMYK 0.320.690.00   0.07
XYZ32.232018.485681.9900
Yxy18.48560.24290.1393
Hunter Lab42.994958.5752-82.9679
CIE-Lab50.079963.8470-68.0240

#a04aed color RGB value is (160,74,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001010 11101101
Octal 240 112 355
Decimal 160 74 237
Hex A0 4A ED

RGB Percentages of Color #a04aed

%33.97
%15.71
%50.32

CMYK Percentages of Color #a04aed

%32
%69
%0
%7

Triadic Colors of #a04aed

#a04aed #eda04a #4aeda0

Analogous Colors of #a04aed

#a04aed #ed4ae9 #4f4aed

Monochromatic Colors of #a04aed

#a04aed

Complementary Color

#a04aed #97ed4a

#a04aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04aed Color CSS Codes

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

#a04aed Text Font Color

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

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


#a04aed Background Color

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

This div background color is #a04aed


#a04aed Border Color

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

This div border color is #a04aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04aed


Comments

No comments written yet.

Please login to write comment.