Color Hex Logo

#a05ede Color Hex

#A05EDE
(160,94,222)
0 Favorites   0 Comments

Color spaces of #a05ede

RGB 16094222
HSL0.750.660.62
HSV271°58°87°
CMYK 0.280.580.00   0.13
XYZ31.684720.752971.4430
Yxy20.75290.25580.1675
Hunter Lab45.555444.4286-61.0939
CIE-Lab52.678050.6634-55.3817

#a05ede color RGB value is (160,94,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011110 11011110
Octal 240 136 336
Decimal 160 94 222
Hex A0 5E DE

RGB Percentages of Color #a05ede

%33.61
%19.75
%46.64

CMYK Percentages of Color #a05ede

%28
%58
%0
%13

Triadic Colors of #a05ede

#a05ede #dea05e #5edea0

Analogous Colors of #a05ede

#a05ede #de5edc #605ede

Monochromatic Colors of #a05ede

#a05ede

Complementary Color

#a05ede #9cde5e

#a05ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05ede Color CSS Codes

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

#a05ede Text Font Color

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

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


#a05ede Background Color

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

This div background color is #a05ede


#a05ede Border Color

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

This div border color is #a05ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05ede


Comments

No comments written yet.

Please login to write comment.