Color Hex Logo

#a462dc Color Hex

#A462DC
(164,98,220)
0 Favorites   0 Comments

Color spaces of #a462dc

RGB 16498220
HSL0.760.640.62
HSV272°55°86°
CMYK 0.250.550.00   0.14
XYZ32.595821.795270.1991
Yxy21.79520.26160.1749
Hunter Lab46.685342.9298-56.4726
CIE-Lab53.809049.0800-52.4171

#a462dc color RGB value is (164,98,220).

#a462dc hex color red value is 164, green value is 98 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a462dc hue: 0.76 , saturation: 0.64 and the lightness value of a462dc is 0.62.

The process color (four color CMYK) of #a462dc color hex is 0.25, 0.55, 0.00, 0.14. Web safe color of #a462dc is #9966cc. Color #a462dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100010 11011100
Octal 244 142 334
Decimal 164 98 220
Hex A4 62 DC

RGB Percentages of Color #a462dc

%34.02
%20.33
%45.64

CMYK Percentages of Color #a462dc

%25
%55
%0
%14

Triadic Colors of #a462dc

#a462dc #dca462 #62dca4

Analogous Colors of #a462dc

#a462dc #dc62d7 #6762dc

Monochromatic Colors of #a462dc

#a462dc

Complementary Color

#a462dc #9adc62

#a462dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a462dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a462dc Color CSS Codes

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

#a462dc Text Font Color

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

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


#a462dc Background Color

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

This div background color is #a462dc


#a462dc Border Color

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

This div border color is #a462dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a462dc


Comments

No comments written yet.

Please login to write comment.