Color Hex Logo

#a032fd Color Hex

#A032FD
(160,50,253)
0 Favorites   0 Comments

Color spaces of #a032fd

RGB 16050253
HSL0.760.980.59
HSV273°80°99°
CMYK 0.370.800.00   0.01
XYZ33.367416.846694.4216
Yxy16.84660.23070.1165
Hunter Lab41.044673.2843-107.6632
CIE-Lab48.066276.5737-80.2629

#a032fd color RGB value is (160,50,253).

#a032fd hex color red value is 160, green value is 50 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a032fd hue: 0.76 , saturation: 0.98 and the lightness value of a032fd is 0.59.

The process color (four color CMYK) of #a032fd color hex is 0.37, 0.80, 0.00, 0.01. Web safe color of #a032fd is #9933ff. Color #a032fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110010 11111101
Octal 240 62 375
Decimal 160 50 253
Hex A0 32 FD

RGB Percentages of Color #a032fd

%34.56
%10.80
%54.64

CMYK Percentages of Color #a032fd

%37
%80
%0
%1

Triadic Colors of #a032fd

#a032fd #fda032 #32fda0

Analogous Colors of #a032fd

#a032fd #fd32f5 #3b32fd

Monochromatic Colors of #a032fd

#a032fd

Complementary Color

#a032fd #8ffd32

#a032fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a032fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a032fd Color CSS Codes

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

#a032fd Text Font Color

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

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


#a032fd Background Color

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

This div background color is #a032fd


#a032fd Border Color

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

This div border color is #a032fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a032fd

Related Colors


Comments

No comments written yet.

Please login to write comment.