Color Hex Logo

#a04eea Color Hex

#A04EEA
(160,78,234)
0 Favorites   0 Comments

Color spaces of #a04eea

RGB 16078234
HSL0.750.790.61
HSV272°67°92°
CMYK 0.320.670.00   0.08
XYZ32.072918.862979.7924
Yxy18.86290.24530.1443
Hunter Lab43.431455.8122-78.5258
CIE-Lab50.526461.3476-65.6137

#a04eea color RGB value is (160,78,234).

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

The process color (four color CMYK) of #a04eea color hex is 0.32, 0.67, 0.00, 0.08. Web safe color of #a04eea is #9966ff. Color #a04eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001110 11101010
Octal 240 116 352
Decimal 160 78 234
Hex A0 4E EA

RGB Percentages of Color #a04eea

%33.90
%16.53
%49.58

CMYK Percentages of Color #a04eea

%32
%67
%0
%8

Triadic Colors of #a04eea

#a04eea #eaa04e #4eeaa0

Analogous Colors of #a04eea

#a04eea #ea4ee6 #524eea

Monochromatic Colors of #a04eea

#a04eea

Complementary Color

#a04eea #98ea4e

#a04eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04eea Color CSS Codes

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

#a04eea Text Font Color

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

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


#a04eea Background Color

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

This div background color is #a04eea


#a04eea Border Color

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

This div border color is #a04eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04eea


Comments

No comments written yet.

Please login to write comment.