Color Hex Logo

#a460ec Color Hex

#A460EC
(164,96,236)
0 Favorites   0 Comments

Color spaces of #a460ec

RGB 16496236
HSL0.750.790.65
HSV269°59°93°
CMYK 0.310.590.00   0.07
XYZ34.633022.314481.8386
Yxy22.31440.24950.1608
Hunter Lab47.238148.2020-69.6514
CIE-Lab54.359053.8537-60.5341

#a460ec color RGB value is (164,96,236).

#a460ec hex color red value is 164, green value is 96 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a460ec hue: 0.75 , saturation: 0.79 and the lightness value of a460ec is 0.65.

The process color (four color CMYK) of #a460ec color hex is 0.31, 0.59, 0.00, 0.07. Web safe color of #a460ec is #9966ff. Color #a460ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100000 11101100
Octal 244 140 354
Decimal 164 96 236
Hex A4 60 EC

RGB Percentages of Color #a460ec

%33.06
%19.35
%47.58

CMYK Percentages of Color #a460ec

%31
%59
%0
%7

Triadic Colors of #a460ec

#a460ec #eca460 #60eca4

Analogous Colors of #a460ec

#a460ec #ea60ec #6062ec

Monochromatic Colors of #a460ec

#a460ec

Complementary Color

#a460ec #a8ec60

#a460ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a460ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a460ec Color CSS Codes

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

#a460ec Text Font Color

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

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


#a460ec Background Color

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

This div background color is #a460ec


#a460ec Border Color

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

This div border color is #a460ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a460ec


Comments

No comments written yet.

Please login to write comment.