Color Hex Logo

#a321fc Color Hex

#A321FC
(163,33,252)
0 Favorites   0 Comments

Color spaces of #a321fc

RGB 16333252
HSL0.770.970.56
HSV276°87°99°
CMYK 0.350.870.00   0.01
XYZ33.218815.902593.4141
Yxy15.90250.23310.1116
Hunter Lab39.877978.9062-110.9723
CIE-Lab46.846381.3073-81.6854

#a321fc color RGB value is (163,33,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100001 11111100
Octal 243 41 374
Decimal 163 33 252
Hex A3 21 FC

RGB Percentages of Color #a321fc

%36.38
%7.37
%56.25

CMYK Percentages of Color #a321fc

%35
%87
%0
%1

Triadic Colors of #a321fc

#a321fc #fca321 #21fca3

Analogous Colors of #a321fc

#a321fc #fc21e8 #3621fc

Monochromatic Colors of #a321fc

#a321fc

Complementary Color

#a321fc #7afc21

#a321fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a321fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a321fc Color CSS Codes

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

#a321fc Text Font Color

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

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


#a321fc Background Color

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

This div background color is #a321fc


#a321fc Border Color

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

This div border color is #a321fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a321fc

Related Colors


Comments

No comments written yet.

Please login to write comment.