Color Hex Logo

#a359ff Color Hex

#A359FF
(163,89,255)
0 Favorites   0 Comments

Color spaces of #a359ff

RGB 16389255
HSL0.741.000.67
HSV267°65°100°
CMYK 0.360.650.00   0.00
XYZ36.726622.151396.9477
Yxy22.15130.23570.1422
Hunter Lab47.065256.9258-89.1835
CIE-Lab54.187261.6502-71.3953

#a359ff color RGB value is (163,89,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011001 11111111
Octal 243 131 377
Decimal 163 89 255
Hex A3 59 FF

RGB Percentages of Color #a359ff

%32.15
%17.55
%50.30

CMYK Percentages of Color #a359ff

%36
%65
%0
%0

Triadic Colors of #a359ff

#a359ff #ffa359 #59ffa3

Analogous Colors of #a359ff

#a359ff #f659ff #5962ff

Monochromatic Colors of #a359ff

#a359ff

Complementary Color

#a359ff #b5ff59

#a359ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a359ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a359ff Color CSS Codes

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

#a359ff Text Font Color

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

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


#a359ff Background Color

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

This div background color is #a359ff


#a359ff Border Color

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

This div border color is #a359ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a359ff


Comments

No comments written yet.

Please login to write comment.