Color Hex Logo

#a325ff Color Hex

#A325FF
(163,37,255)
0 Favorites   0 Comments

Color spaces of #a325ff

RGB 16337255
HSL0.761.000.57
HSV275°85°100°
CMYK 0.360.850.00   0.00
XYZ33.815816.329795.9774
Yxy16.32970.23140.1118
Hunter Lab40.410078.6543-112.5320
CIE-Lab47.404181.0004-82.4462

#a325ff color RGB value is (163,37,255).

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

The process color (four color CMYK) of #a325ff color hex is 0.36, 0.85, 0.00, 0.00. Web safe color of #a325ff is #9933ff. Color #a325ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100101 11111111
Octal 243 45 377
Decimal 163 37 255
Hex A3 25 FF

RGB Percentages of Color #a325ff

%35.82
%8.13
%56.04

CMYK Percentages of Color #a325ff

%36
%85
%0
%0

Triadic Colors of #a325ff

#a325ff #ffa325 #25ffa3

Analogous Colors of #a325ff

#a325ff #ff25ee #3625ff

Monochromatic Colors of #a325ff

#a325ff

Complementary Color

#a325ff #81ff25

#a325ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a325ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a325ff Color CSS Codes

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

#a325ff Text Font Color

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

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


#a325ff Background Color

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

This div background color is #a325ff


#a325ff Border Color

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

This div border color is #a325ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a325ff


Comments

No comments written yet.

Please login to write comment.