Color Hex Logo

#a459ea Color Hex

#A459EA
(164,89,234)
0 Favorites   0 Comments

Color spaces of #a459ea

RGB 16489234
HSL0.750.780.63
HSV271°62°92°
CMYK 0.300.620.00   0.08
XYZ33.733520.977880.1131
Yxy20.97780.25020.1556
Hunter Lab45.801551.3152-71.6452
CIE-Lab52.925256.9150-61.7191

#a459ea color RGB value is (164,89,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011001 11101010
Octal 244 131 352
Decimal 164 89 234
Hex A4 59 EA

RGB Percentages of Color #a459ea

%33.68
%18.28
%48.05

CMYK Percentages of Color #a459ea

%30
%62
%0
%8

Triadic Colors of #a459ea

#a459ea #eaa459 #59eaa4

Analogous Colors of #a459ea

#a459ea #ea59e8 #5b59ea

Monochromatic Colors of #a459ea

#a459ea

Complementary Color

#a459ea #9fea59

#a459ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a459ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a459ea Color CSS Codes

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

#a459ea Text Font Color

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

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


#a459ea Background Color

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

This div background color is #a459ea


#a459ea Border Color

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

This div border color is #a459ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a459ea


Comments

No comments written yet.

Please login to write comment.