Color Hex Logo

#a00edc Color Hex

#A00EDC
(160,14,220)
0 Favorites   0 Comments

Color spaces of #a00edc

RGB 16014220
HSL0.780.880.46
HSV283°94°86°
CMYK 0.270.940.00   0.14
XYZ27.572512.955068.7575
Yxy12.95500.25230.1185
Hunter Lab35.993173.7522-88.0665
CIE-Lab42.695477.9935-70.3877

#a00edc color RGB value is (160,14,220).

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

The process color (four color CMYK) of #a00edc color hex is 0.27, 0.94, 0.00, 0.14. Web safe color of #a00edc is #9900cc. Color #a00edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001110 11011100
Octal 240 16 334
Decimal 160 14 220
Hex A0 E DC

RGB Percentages of Color #a00edc

%40.61
%3.55
%55.84

CMYK Percentages of Color #a00edc

%27
%94
%0
%14

Triadic Colors of #a00edc

#a00edc #dca00e #0edca0

Analogous Colors of #a00edc

#a00edc #dc0eb1 #390edc

Monochromatic Colors of #a00edc

#a00edc

Complementary Color

#a00edc #4adc0e

#a00edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00edc Color CSS Codes

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

#a00edc Text Font Color

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

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


#a00edc Background Color

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

This div background color is #a00edc


#a00edc Border Color

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

This div border color is #a00edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00edc


Comments

No comments written yet.

Please login to write comment.