Color Hex Logo

#a00eec Color Hex

#A00EEC
(160,14,236)
0 Favorites   0 Comments

Color spaces of #a00eec

RGB 16014236
HSL0.780.890.49
HSV279°94°93°
CMYK 0.320.940.00   0.07
XYZ29.794613.843880.4586
Yxy13.84380.24010.1116
Hunter Lab37.207377.8254-102.1662
CIE-Lab44.008180.9982-77.3526

#a00eec color RGB value is (160,14,236).

#a00eec hex color red value is 160, green value is 14 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a00eec hue: 0.78 , saturation: 0.89 and the lightness value of a00eec is 0.49.

The process color (four color CMYK) of #a00eec color hex is 0.32, 0.94, 0.00, 0.07. Web safe color of #a00eec is #9900ff. Color #a00eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001110 11101100
Octal 240 16 354
Decimal 160 14 236
Hex A0 E EC

RGB Percentages of Color #a00eec

%39.02
%3.41
%57.56

CMYK Percentages of Color #a00eec

%32
%94
%0
%7

Triadic Colors of #a00eec

#a00eec #eca00e #0eeca0

Analogous Colors of #a00eec

#a00eec #ec0ec9 #310eec

Monochromatic Colors of #a00eec

#a00eec

Complementary Color

#a00eec #5aec0e

#a00eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00eec Color CSS Codes

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

#a00eec Text Font Color

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

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


#a00eec Background Color

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

This div background color is #a00eec


#a00eec Border Color

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

This div border color is #a00eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00eec


Comments

No comments written yet.

Please login to write comment.