Color Hex Logo

#a442fa Color Hex

#A442FA
(164,66,250)
0 Favorites   0 Comments

Color spaces of #a442fa

RGB 16466250
HSL0.760.950.62
HSV272°74°98°
CMYK 0.340.740.00   0.02
XYZ34.513418.691192.2312
Yxy18.69110.23730.1285
Hunter Lab43.233266.8398-96.2226
CIE-Lab50.323870.8351-74.8841

#a442fa color RGB value is (164,66,250).

#a442fa hex color red value is 164, green value is 66 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a442fa hue: 0.76 , saturation: 0.95 and the lightness value of a442fa is 0.62.

The process color (four color CMYK) of #a442fa color hex is 0.34, 0.74, 0.00, 0.02. Web safe color of #a442fa is #9933ff. Color #a442fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000010 11111010
Octal 244 102 372
Decimal 164 66 250
Hex A4 42 FA

RGB Percentages of Color #a442fa

%34.17
%13.75
%52.08

CMYK Percentages of Color #a442fa

%34
%74
%0
%2

Triadic Colors of #a442fa

#a442fa #faa442 #42faa4

Analogous Colors of #a442fa

#a442fa #fa42f4 #4842fa

Monochromatic Colors of #a442fa

#a442fa

Complementary Color

#a442fa #98fa42

#a442fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a442fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a442fa Color CSS Codes

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

#a442fa Text Font Color

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

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


#a442fa Background Color

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

This div background color is #a442fa


#a442fa Border Color

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

This div border color is #a442fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,66,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a442fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a442fa;
  -webkit-box-shadow: 1px 1px 3px 2px #a442fa;
  box-shadow:         1px 1px 3px 2px #a442fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,66,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a442fa

Related Colors


Comments

No comments written yet.

Please login to write comment.