Color Hex Logo

#a041fe Color Hex

#A041FE
(160,65,254)
0 Favorites   0 Comments

Color spaces of #a041fe

RGB 16065254
HSL0.750.990.63
HSV270°74°100°
CMYK 0.370.740.00   0.00
XYZ34.276918.409995.5128
Yxy18.40990.23130.1242
Hunter Lab42.906867.5114-101.9481
CIE-Lab49.989571.4593-77.6787

#a041fe color RGB value is (160,65,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000001 11111110
Octal 240 101 376
Decimal 160 65 254
Hex A0 41 FE

RGB Percentages of Color #a041fe

%33.40
%13.57
%53.03

CMYK Percentages of Color #a041fe

%37
%74
%0
%0

Triadic Colors of #a041fe

#a041fe #fea041 #41fea0

Analogous Colors of #a041fe

#a041fe #fe41fe #4141fe

Monochromatic Colors of #a041fe

#a041fe

Complementary Color

#a041fe #9ffe41

#a041fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a041fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a041fe Color CSS Codes

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

#a041fe Text Font Color

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

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


#a041fe Background Color

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

This div background color is #a041fe


#a041fe Border Color

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

This div border color is #a041fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a041fe


Comments

No comments written yet.

Please login to write comment.