Color Hex Logo

#a320fd Color Hex

#A320FD
(163,32,253)
0 Favorites   0 Comments

Color spaces of #a320fd

RGB 16332253
HSL0.770.980.56
HSV276°87°99°
CMYK 0.360.870.00   0.01
XYZ33.350415.911494.2420
Yxy15.91140.23240.1109
Hunter Lab39.889179.4340-112.1562
CIE-Lab46.858081.7213-82.2249

#a320fd color RGB value is (163,32,253).

#a320fd hex color red value is 163, green value is 32 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a320fd hue: 0.77 , saturation: 0.98 and the lightness value of a320fd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100000 11111101
Octal 243 40 375
Decimal 163 32 253
Hex A3 20 FD

RGB Percentages of Color #a320fd

%36.38
%7.14
%56.47

CMYK Percentages of Color #a320fd

%36
%87
%0
%1

Triadic Colors of #a320fd

#a320fd #fda320 #20fda3

Analogous Colors of #a320fd

#a320fd #fd20e9 #3520fd

Monochromatic Colors of #a320fd

#a320fd

Complementary Color

#a320fd #7afd20

#a320fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a320fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a320fd Color CSS Codes

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

#a320fd Text Font Color

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

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


#a320fd Background Color

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

This div background color is #a320fd


#a320fd Border Color

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

This div border color is #a320fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,32,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a320fd


Comments

No comments written yet.

Please login to write comment.