Color Hex Logo

#a659ea Color Hex

#A659EA
(166,89,234)
0 Favorites   0 Comments

Color spaces of #a659ea

RGB 16689234
HSL0.760.780.63
HSV272°62°92°
CMYK 0.290.620.00   0.08
XYZ34.149521.192380.1325
Yxy21.19230.25210.1564
Hunter Lab46.035151.8525-70.9805
CIE-Lab53.159357.3551-61.3301

#a659ea color RGB value is (166,89,234).

#a659ea hex color red value is 166, green value is 89 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a659ea hue: 0.76 , saturation: 0.78 and the lightness value of a659ea is 0.63.

The process color (four color CMYK) of #a659ea color hex is 0.29, 0.62, 0.00, 0.08. Web safe color of #a659ea is #9966ff. Color #a659ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011001 11101010
Octal 246 131 352
Decimal 166 89 234
Hex A6 59 EA

RGB Percentages of Color #a659ea

%33.95
%18.20
%47.85

CMYK Percentages of Color #a659ea

%29
%62
%0
%8

Triadic Colors of #a659ea

#a659ea #eaa659 #59eaa6

Analogous Colors of #a659ea

#a659ea #ea59e6 #5d59ea

Monochromatic Colors of #a659ea

#a659ea

Complementary Color

#a659ea #9dea59

#a659ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a659ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a659ea Color CSS Codes

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

#a659ea Text Font Color

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

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


#a659ea Background Color

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

This div background color is #a659ea


#a659ea Border Color

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

This div border color is #a659ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a659ea


Comments

No comments written yet.

Please login to write comment.