Color Hex Logo

#a01afa Color Hex

#A01AFA
(160,26,250)
0 Favorites   0 Comments

Color spaces of #a01afa

RGB 16026250
HSL0.770.960.54
HSV276°90°98°
CMYK 0.360.900.00   0.02
XYZ32.121915.114591.6669
Yxy15.11450.23130.1088
Hunter Lab38.877479.4478-112.5826
CIE-Lab45.790681.9377-82.3132

#a01afa color RGB value is (160,26,250).

#a01afa hex color red value is 160, green value is 26 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a01afa hue: 0.77 , saturation: 0.96 and the lightness value of a01afa is 0.54.

The process color (four color CMYK) of #a01afa color hex is 0.36, 0.90, 0.00, 0.02. Web safe color of #a01afa is #9933ff. Color #a01afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011010 11111010
Octal 240 32 372
Decimal 160 26 250
Hex A0 1A FA

RGB Percentages of Color #a01afa

%36.70
%5.96
%57.34

CMYK Percentages of Color #a01afa

%36
%90
%0
%2

Triadic Colors of #a01afa

#a01afa #faa01a #1afaa0

Analogous Colors of #a01afa

#a01afa #fa1ae4 #301afa

Monochromatic Colors of #a01afa

#a01afa

Complementary Color

#a01afa #74fa1a

#a01afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01afa Color CSS Codes

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

#a01afa Text Font Color

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

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


#a01afa Background Color

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

This div background color is #a01afa


#a01afa Border Color

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

This div border color is #a01afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01afa

Related Colors


Comments

No comments written yet.

Please login to write comment.