Color Hex Logo

#a463ff Color Hex

#A463FF
(164,99,255)
0 Favorites   0 Comments

Color spaces of #a463ff

RGB 16499255
HSL0.741.000.69
HSV265°61°100°
CMYK 0.360.610.00   0.00
XYZ37.821724.036297.2538
Yxy24.03620.23770.1511
Hunter Lab49.026751.9072-83.2942
CIE-Lab56.124056.8860-68.2582

#a463ff color RGB value is (164,99,255).

#a463ff hex color red value is 164, green value is 99 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a463ff hue: 0.74 , saturation: 1.00 and the lightness value of a463ff is 0.69.

The process color (four color CMYK) of #a463ff color hex is 0.36, 0.61, 0.00, 0.00. Web safe color of #a463ff is #9966ff. Color #a463ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100011 11111111
Octal 244 143 377
Decimal 164 99 255
Hex A4 63 FF

RGB Percentages of Color #a463ff

%31.66
%19.11
%49.23

CMYK Percentages of Color #a463ff

%36
%61
%0
%0

Triadic Colors of #a463ff

#a463ff #ffa463 #63ffa4

Analogous Colors of #a463ff

#a463ff #f263ff #6370ff

Monochromatic Colors of #a463ff

#a463ff

Complementary Color

#a463ff #beff63

#a463ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a463ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a463ff Color CSS Codes

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

#a463ff Text Font Color

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

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


#a463ff Background Color

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

This div background color is #a463ff


#a463ff Border Color

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

This div border color is #a463ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a463ff


Comments

No comments written yet.

Please login to write comment.