Color Hex Logo

#a05aca Color Hex

#A05ACA
(160,90,202)
0 Favorites   0 Comments

Color spaces of #a05aca

RGB 16090202
HSL0.770.510.57
HSV278°55°79°
CMYK 0.210.550.00   0.21
XYZ28.814019.050258.0355
Yxy19.05020.27210.1799
Hunter Lab43.646541.4584-48.2836
CIE-Lab50.745948.1881-47.0799

#a05aca color RGB value is (160,90,202).

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

The process color (four color CMYK) of #a05aca color hex is 0.21, 0.55, 0.00, 0.21. Web safe color of #a05aca is #9966cc. Color #a05aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011010 11001010
Octal 240 132 312
Decimal 160 90 202
Hex A0 5A CA

RGB Percentages of Color #a05aca

%35.40
%19.91
%44.69

CMYK Percentages of Color #a05aca

%21
%55
%0
%21

Triadic Colors of #a05aca

#a05aca #caa05a #5acaa0

Analogous Colors of #a05aca

#a05aca #ca5abc #685aca

Monochromatic Colors of #a05aca

#a05aca

Complementary Color

#a05aca #84ca5a

#a05aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05aca Color CSS Codes

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

#a05aca Text Font Color

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

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


#a05aca Background Color

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

This div background color is #a05aca


#a05aca Border Color

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

This div border color is #a05aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05aca

#a05aca Color Palettes


Comments

No comments written yet.

Please login to write comment.