Color Hex Logo

#a320df Color Hex

#A320DF
(163,32,223)
0 Favorites   0 Comments

Color spaces of #a320df

RGB 16332223
HSL0.780.750.50
HSV281°86°87°
CMYK 0.270.860.00   0.13
XYZ28.940114.147371.0174
Yxy14.14730.25360.1240
Hunter Lab37.612971.5188-85.6172
CIE-Lab44.443475.8431-69.2334

#a320df color RGB value is (163,32,223).

#a320df hex color red value is 163, green value is 32 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a320df hue: 0.78 , saturation: 0.75 and the lightness value of a320df is 0.50.

The process color (four color CMYK) of #a320df color hex is 0.27, 0.86, 0.00, 0.13. Web safe color of #a320df is #9933cc. Color #a320df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100000 11011111
Octal 243 40 337
Decimal 163 32 223
Hex A3 20 DF

RGB Percentages of Color #a320df

%39.00
%7.66
%53.35

CMYK Percentages of Color #a320df

%27
%86
%0
%13

Triadic Colors of #a320df

#a320df #dfa320 #20dfa3

Analogous Colors of #a320df

#a320df #df20bc #4320df

Monochromatic Colors of #a320df

#a320df

Complementary Color

#a320df #5cdf20

#a320df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a320df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a320df Color CSS Codes

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

#a320df Text Font Color

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

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


#a320df Background Color

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

This div background color is #a320df


#a320df Border Color

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

This div border color is #a320df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a320df


Comments

No comments written yet.

Please login to write comment.