Color Hex Logo

#a01ffe Color Hex

#A01FFE
(160,31,254)
0 Favorites   0 Comments

Color spaces of #a01ffe

RGB 16031254
HSL0.760.990.56
HSV275°88°100°
CMYK 0.370.880.00   0.00
XYZ32.876615.609395.0460
Yxy15.60930.22910.1088
Hunter Lab39.508679.3965-114.9781
CIE-Lab46.457781.7690-83.4557

#a01ffe color RGB value is (160,31,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011111 11111110
Octal 240 37 376
Decimal 160 31 254
Hex A0 1F FE

RGB Percentages of Color #a01ffe

%35.96
%6.97
%57.08

CMYK Percentages of Color #a01ffe

%37
%88
%0
%0

Triadic Colors of #a01ffe

#a01ffe #fea01f #1ffea0

Analogous Colors of #a01ffe

#a01ffe #fe1fed #311ffe

Monochromatic Colors of #a01ffe

#a01ffe

Complementary Color

#a01ffe #7dfe1f

#a01ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01ffe Color CSS Codes

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

#a01ffe Text Font Color

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

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


#a01ffe Background Color

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

This div background color is #a01ffe


#a01ffe Border Color

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

This div border color is #a01ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.