Color Hex Logo

#a059ee Color Hex

#A059EE
(160,89,238)
0 Favorites   0 Comments

Color spaces of #a059ee

RGB 16089238
HSL0.750.810.64
HSV269°63°93°
CMYK 0.330.630.00   0.07
XYZ33.502220.791483.1363
Yxy20.79140.24380.1513
Hunter Lab45.597651.3546-76.1828
CIE-Lab52.720456.9866-64.3154

#a059ee color RGB value is (160,89,238).

#a059ee hex color red value is 160, green value is 89 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a059ee hue: 0.75 , saturation: 0.81 and the lightness value of a059ee is 0.64.

The process color (four color CMYK) of #a059ee color hex is 0.33, 0.63, 0.00, 0.07. Web safe color of #a059ee is #9966ff. Color #a059ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011001 11101110
Octal 240 131 356
Decimal 160 89 238
Hex A0 59 EE

RGB Percentages of Color #a059ee

%32.85
%18.28
%48.87

CMYK Percentages of Color #a059ee

%33
%63
%0
%7

Triadic Colors of #a059ee

#a059ee #eea059 #59eea0

Analogous Colors of #a059ee

#a059ee #eb59ee #595dee

Monochromatic Colors of #a059ee

#a059ee

Complementary Color

#a059ee #a7ee59

#a059ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a059ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a059ee Color CSS Codes

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

#a059ee Text Font Color

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

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


#a059ee Background Color

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

This div background color is #a059ee


#a059ee Border Color

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

This div border color is #a059ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a059ee


Comments

No comments written yet.

Please login to write comment.