Color Hex Logo

#a35aff Color Hex

#A35AFF
(163,90,255)
0 Favorites   0 Comments

Color spaces of #a35aff

RGB 16390255
HSL0.741.000.68
HSV267°65°100°
CMYK 0.360.650.00   0.00
XYZ36.810422.318996.9756
Yxy22.31890.23580.1430
Hunter Lab47.242956.4074-88.6347
CIE-Lab54.363761.1659-71.1094

#a35aff color RGB value is (163,90,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011010 11111111
Octal 243 132 377
Decimal 163 90 255
Hex A3 5A FF

RGB Percentages of Color #a35aff

%32.09
%17.72
%50.20

CMYK Percentages of Color #a35aff

%36
%65
%0
%0

Triadic Colors of #a35aff

#a35aff #ffa35a #5affa3

Analogous Colors of #a35aff

#a35aff #f65aff #5a63ff

Monochromatic Colors of #a35aff

#a35aff

Complementary Color

#a35aff #b6ff5a

#a35aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35aff Color CSS Codes

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

#a35aff Text Font Color

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

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


#a35aff Background Color

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

This div background color is #a35aff


#a35aff Border Color

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

This div border color is #a35aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35aff

Related Colors

#a35aff Color Palettes


Comments

No comments written yet.

Please login to write comment.