Color Hex Logo

#a463cc Color Hex

#A463CC
(164,99,204)
0 Favorites   0 Comments

Color spaces of #a463cc

RGB 16499204
HSL0.770.510.59
HSV277°51°80°
CMYK 0.200.510.00   0.20
XYZ30.670821.175859.5976
Yxy21.17580.27520.1900
Hunter Lab46.017238.4416-44.5754
CIE-Lab53.141444.9280-44.3919

#a463cc color RGB value is (164,99,204).

#a463cc hex color red value is 164, green value is 99 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a463cc hue: 0.77 , saturation: 0.51 and the lightness value of a463cc is 0.59.

The process color (four color CMYK) of #a463cc color hex is 0.20, 0.51, 0.00, 0.20. Web safe color of #a463cc is #9966cc. Color #a463cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100011 11001100
Octal 244 143 314
Decimal 164 99 204
Hex A4 63 CC

RGB Percentages of Color #a463cc

%35.12
%21.20
%43.68

CMYK Percentages of Color #a463cc

%20
%51
%0
%20

Triadic Colors of #a463cc

#a463cc #cca463 #63cca4

Analogous Colors of #a463cc

#a463cc #cc63c0 #7063cc

Monochromatic Colors of #a463cc

#a463cc

Complementary Color

#a463cc #8bcc63

#a463cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a463cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a463cc Color CSS Codes

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

#a463cc Text Font Color

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

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


#a463cc Background Color

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

This div background color is #a463cc


#a463cc Border Color

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

This div border color is #a463cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a463cc


Comments

No comments written yet.

Please login to write comment.