Color Hex Logo

#a042fe Color Hex

#A042FE
(160,66,254)
0 Favorites   0 Comments

Color spaces of #a042fe

RGB 16066254
HSL0.750.990.63
HSV270°74°100°
CMYK 0.370.740.00   0.00
XYZ34.334818.525895.5321
Yxy18.52580.23140.1248
Hunter Lab43.041667.0687-101.4668
CIE-Lab50.127771.0640-77.4533

#a042fe color RGB value is (160,66,254).

#a042fe hex color red value is 160, green value is 66 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a042fe hue: 0.75 , saturation: 0.99 and the lightness value of a042fe is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000010 11111110
Octal 240 102 376
Decimal 160 66 254
Hex A0 42 FE

RGB Percentages of Color #a042fe

%33.33
%13.75
%52.92

CMYK Percentages of Color #a042fe

%37
%74
%0
%0

Triadic Colors of #a042fe

#a042fe #fea042 #42fea0

Analogous Colors of #a042fe

#a042fe #fe42fe #4242fe

Monochromatic Colors of #a042fe

#a042fe

Complementary Color

#a042fe #a0fe42

#a042fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a042fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a042fe Color CSS Codes

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

#a042fe Text Font Color

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

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


#a042fe Background Color

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

This div background color is #a042fe


#a042fe Border Color

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

This div border color is #a042fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a042fe


Comments

No comments written yet.

Please login to write comment.