Color Hex Logo

#a059ce Color Hex

#A059CE
(160,89,206)
0 Favorites   0 Comments

Color spaces of #a059ce

RGB 16089206
HSL0.770.540.58
HSV276°57°81°
CMYK 0.220.570.00   0.19
XYZ29.210219.074660.5347
Yxy19.07460.26840.1753
Hunter Lab43.674542.9534-51.6063
CIE-Lab50.774449.5978-49.3259

#a059ce color RGB value is (160,89,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011001 11001110
Octal 240 131 316
Decimal 160 89 206
Hex A0 59 CE

RGB Percentages of Color #a059ce

%35.16
%19.56
%45.27

CMYK Percentages of Color #a059ce

%22
%57
%0
%19

Triadic Colors of #a059ce

#a059ce #cea059 #59cea0

Analogous Colors of #a059ce

#a059ce #ce59c2 #6659ce

Monochromatic Colors of #a059ce

#a059ce

Complementary Color

#a059ce #87ce59

#a059ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a059ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a059ce Color CSS Codes

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

#a059ce Text Font Color

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

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


#a059ce Background Color

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

This div background color is #a059ce


#a059ce Border Color

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

This div border color is #a059ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a059ce


Comments

No comments written yet.

Please login to write comment.