Color Hex Logo

#a04ede Color Hex

#A04EDE
(160,78,222)
0 Favorites   0 Comments

Color spaces of #a04ede

RGB 16078222
HSL0.760.690.59
HSV274°65°87°
CMYK 0.280.650.00   0.13
XYZ30.406418.196371.0169
Yxy18.19630.25420.1521
Hunter Lab42.657152.5865-68.8478
CIE-Lab49.733358.6295-60.1125

#a04ede color RGB value is (160,78,222).

#a04ede hex color red value is 160, green value is 78 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a04ede hue: 0.76 , saturation: 0.69 and the lightness value of a04ede is 0.59.

The process color (four color CMYK) of #a04ede color hex is 0.28, 0.65, 0.00, 0.13. Web safe color of #a04ede is #9966cc. Color #a04ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001110 11011110
Octal 240 116 336
Decimal 160 78 222
Hex A0 4E DE

RGB Percentages of Color #a04ede

%34.78
%16.96
%48.26

CMYK Percentages of Color #a04ede

%28
%65
%0
%13

Triadic Colors of #a04ede

#a04ede #dea04e #4edea0

Analogous Colors of #a04ede

#a04ede #de4ed4 #584ede

Monochromatic Colors of #a04ede

#a04ede

Complementary Color

#a04ede #8cde4e

#a04ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04ede Color CSS Codes

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

#a04ede Text Font Color

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

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


#a04ede Background Color

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

This div background color is #a04ede


#a04ede Border Color

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

This div border color is #a04ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04ede


Comments

No comments written yet.

Please login to write comment.