Color Hex Logo

#a05ace Color Hex

#A05ACE
(160,90,206)
0 Favorites   0 Comments

Color spaces of #a05ace

RGB 16090206
HSL0.770.540.58
HSV276°56°81°
CMYK 0.220.560.00   0.19
XYZ29.293919.242160.5627
Yxy19.24210.26850.1764
Hunter Lab43.865842.4384-51.1518
CIE-Lab50.969349.0797-49.0152

#a05ace color RGB value is (160,90,206).

#a05ace hex color red value is 160, green value is 90 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a05ace hue: 0.77 , saturation: 0.54 and the lightness value of a05ace is 0.58.

The process color (four color CMYK) of #a05ace color hex is 0.22, 0.56, 0.00, 0.19. Web safe color of #a05ace is #9966cc. Color #a05ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011010 11001110
Octal 240 132 316
Decimal 160 90 206
Hex A0 5A CE

RGB Percentages of Color #a05ace

%35.09
%19.74
%45.18

CMYK Percentages of Color #a05ace

%22
%56
%0
%19

Triadic Colors of #a05ace

#a05ace #cea05a #5acea0

Analogous Colors of #a05ace

#a05ace #ce5ac2 #665ace

Monochromatic Colors of #a05ace

#a05ace

Complementary Color

#a05ace #88ce5a

#a05ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05ace Color CSS Codes

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

#a05ace Text Font Color

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

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


#a05ace Background Color

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

This div background color is #a05ace


#a05ace Border Color

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

This div border color is #a05ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05ace


Comments

No comments written yet.

Please login to write comment.