Color Hex Logo

#a05eea Color Hex

#A05EEA
(160,94,234)
0 Favorites   0 Comments

Color spaces of #a05eea

RGB 16094234
HSL0.750.770.64
HSV268°60°92°
CMYK 0.320.600.00   0.08
XYZ33.351221.419580.2185
Yxy21.41950.24710.1587
Hunter Lab46.281247.6387-70.3696
CIE-Lab53.405653.5019-60.9700

#a05eea color RGB value is (160,94,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011110 11101010
Octal 240 136 352
Decimal 160 94 234
Hex A0 5E EA

RGB Percentages of Color #a05eea

%32.79
%19.26
%47.95

CMYK Percentages of Color #a05eea

%32
%60
%0
%8

Triadic Colors of #a05eea

#a05eea #eaa05e #5eeaa0

Analogous Colors of #a05eea

#a05eea #e65eea #5e62ea

Monochromatic Colors of #a05eea

#a05eea

Complementary Color

#a05eea #a8ea5e

#a05eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05eea Color CSS Codes

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

#a05eea Text Font Color

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

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


#a05eea Background Color

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

This div background color is #a05eea


#a05eea Border Color

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

This div border color is #a05eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05eea


Comments

No comments written yet.

Please login to write comment.