Color Hex Logo

#a032df Color Hex

#A032DF
(160,50,223)
0 Favorites   0 Comments

Color spaces of #a032df

RGB 16050223
HSL0.770.730.54
HSV278°78°87°
CMYK 0.280.780.00   0.13
XYZ28.957115.082571.1970
Yxy15.08250.25130.1309
Hunter Lab38.836265.1301-81.5089
CIE-Lab45.747070.2902-67.1320

#a032df color RGB value is (160,50,223).

#a032df hex color red value is 160, green value is 50 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a032df hue: 0.77 , saturation: 0.73 and the lightness value of a032df is 0.54.

The process color (four color CMYK) of #a032df color hex is 0.28, 0.78, 0.00, 0.13. Web safe color of #a032df is #9933cc. Color #a032df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110010 11011111
Octal 240 62 337
Decimal 160 50 223
Hex A0 32 DF

RGB Percentages of Color #a032df

%36.95
%11.55
%51.50

CMYK Percentages of Color #a032df

%28
%78
%0
%13

Triadic Colors of #a032df

#a032df #dfa032 #32dfa0

Analogous Colors of #a032df

#a032df #df32c8 #4932df

Monochromatic Colors of #a032df

#a032df

Complementary Color

#a032df #71df32

#a032df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a032df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a032df Color CSS Codes

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

#a032df Text Font Color

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

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


#a032df Background Color

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

This div background color is #a032df


#a032df Border Color

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

This div border color is #a032df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a032df


Comments

No comments written yet.

Please login to write comment.