Color Hex Logo

#a463dc Color Hex

#A463DC
(164,99,220)
0 Favorites   0 Comments

Color spaces of #a463dc

RGB 16499220
HSL0.760.630.63
HSV272°55°86°
CMYK 0.250.550.00   0.14
XYZ32.689921.983570.2304
Yxy21.98350.26170.1760
Hunter Lab46.886642.4009-55.9886
CIE-Lab54.009548.5524-52.0971

#a463dc color RGB value is (164,99,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100011 11011100
Octal 244 143 334
Decimal 164 99 220
Hex A4 63 DC

RGB Percentages of Color #a463dc

%33.95
%20.50
%45.55

CMYK Percentages of Color #a463dc

%25
%55
%0
%14

Triadic Colors of #a463dc

#a463dc #dca463 #63dca4

Analogous Colors of #a463dc

#a463dc #dc63d8 #6863dc

Monochromatic Colors of #a463dc

#a463dc

Complementary Color

#a463dc #9bdc63

#a463dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a463dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a463dc Color CSS Codes

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

#a463dc Text Font Color

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

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


#a463dc Background Color

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

This div background color is #a463dc


#a463dc Border Color

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

This div border color is #a463dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a463dc


Comments

No comments written yet.

Please login to write comment.