Color Hex Logo

#a05edd Color Hex

#A05EDD
(160,94,221)
0 Favorites   0 Comments

Color spaces of #a05edd

RGB 16094221
HSL0.750.650.62
HSV271°57°87°
CMYK 0.280.570.00   0.13
XYZ31.551120.699470.7391
Yxy20.69940.25650.1683
Hunter Lab45.496644.1676-60.3378
CIE-Lab52.618950.4301-54.9109

#a05edd color RGB value is (160,94,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011110 11011101
Octal 240 136 335
Decimal 160 94 221
Hex A0 5E DD

RGB Percentages of Color #a05edd

%33.68
%19.79
%46.53

CMYK Percentages of Color #a05edd

%28
%57
%0
%13

Triadic Colors of #a05edd

#a05edd #dda05e #5edda0

Analogous Colors of #a05edd

#a05edd #dd5edb #615edd

Monochromatic Colors of #a05edd

#a05edd

Complementary Color

#a05edd #9bdd5e

#a05edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05edd Color CSS Codes

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

#a05edd Text Font Color

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

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


#a05edd Background Color

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

This div background color is #a05edd


#a05edd Border Color

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

This div border color is #a05edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05edd


Comments

No comments written yet.

Please login to write comment.