Color Hex Logo

#a01dfe Color Hex

#A01DFE
(160,29,254)
0 Favorites   0 Comments

Color spaces of #a01dfe

RGB 16029254
HSL0.760.990.55
HSV275°89°100°
CMYK 0.370.890.00   0.00
XYZ32.826015.508195.0292
Yxy15.50810.22900.1082
Hunter Lab39.380379.8755-115.5073
CIE-Lab46.322482.1719-83.6776

#a01dfe color RGB value is (160,29,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011101 11111110
Octal 240 35 376
Decimal 160 29 254
Hex A0 1D FE

RGB Percentages of Color #a01dfe

%36.12
%6.55
%57.34

CMYK Percentages of Color #a01dfe

%37
%89
%0
%0

Triadic Colors of #a01dfe

#a01dfe #fea01d #1dfea0

Analogous Colors of #a01dfe

#a01dfe #fe1dec #301dfe

Monochromatic Colors of #a01dfe

#a01dfe

Complementary Color

#a01dfe #7bfe1d

#a01dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01dfe Color CSS Codes

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

#a01dfe Text Font Color

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

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


#a01dfe Background Color

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

This div background color is #a01dfe


#a01dfe Border Color

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

This div border color is #a01dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.