Color Hex Logo

#a459ff Color Hex

#A459FF
(164,89,255)
0 Favorites   0 Comments

Color spaces of #a459ff

RGB 16489255
HSL0.741.000.67
HSV267°65°100°
CMYK 0.360.650.00   0.00
XYZ36.932222.257396.9573
Yxy22.25730.23650.1425
Hunter Lab47.177657.1748-88.8257
CIE-Lab54.298961.8467-71.2090

#a459ff color RGB value is (164,89,255).

#a459ff hex color red value is 164, green value is 89 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a459ff hue: 0.74 , saturation: 1.00 and the lightness value of a459ff is 0.67.

The process color (four color CMYK) of #a459ff color hex is 0.36, 0.65, 0.00, 0.00. Web safe color of #a459ff is #9966ff. Color #a459ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011001 11111111
Octal 244 131 377
Decimal 164 89 255
Hex A4 59 FF

RGB Percentages of Color #a459ff

%32.28
%17.52
%50.20

CMYK Percentages of Color #a459ff

%36
%65
%0
%0

Triadic Colors of #a459ff

#a459ff #ffa459 #59ffa4

Analogous Colors of #a459ff

#a459ff #f759ff #5961ff

Monochromatic Colors of #a459ff

#a459ff

Complementary Color

#a459ff #b4ff59

#a459ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a459ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a459ff Color CSS Codes

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

#a459ff Text Font Color

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

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


#a459ff Background Color

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

This div background color is #a459ff


#a459ff Border Color

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

This div border color is #a459ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a459ff

Related Colors


Comments

No comments written yet.

Please login to write comment.