Color Hex Logo

#a460df Color Hex

#A460DF
(164,96,223)
0 Favorites   0 Comments

Color spaces of #a460df

RGB 16496223
HSL0.760.660.63
HSV272°57°87°
CMYK 0.260.570.00   0.13
XYZ32.812021.586072.2492
Yxy21.58600.25910.1704
Hunter Lab46.460744.7559-59.6770
CIE-Lab53.585050.8179-54.4692

#a460df color RGB value is (164,96,223).

#a460df hex color red value is 164, green value is 96 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a460df hue: 0.76 , saturation: 0.66 and the lightness value of a460df is 0.63.

The process color (four color CMYK) of #a460df color hex is 0.26, 0.57, 0.00, 0.13. Web safe color of #a460df is #9966cc. Color #a460df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100000 11011111
Octal 244 140 337
Decimal 164 96 223
Hex A4 60 DF

RGB Percentages of Color #a460df

%33.95
%19.88
%46.17

CMYK Percentages of Color #a460df

%26
%57
%0
%13

Triadic Colors of #a460df

#a460df #dfa460 #60dfa4

Analogous Colors of #a460df

#a460df #df60db #6560df

Monochromatic Colors of #a460df

#a460df

Complementary Color

#a460df #9bdf60

#a460df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a460df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a460df Color CSS Codes

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

#a460df Text Font Color

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

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


#a460df Background Color

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

This div background color is #a460df


#a460df Border Color

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

This div border color is #a460df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a460df


Comments

No comments written yet.

Please login to write comment.