Color Hex Logo

#a013fa Color Hex

#A013FA
(160,19,250)
0 Favorites   0 Comments

Color spaces of #a013fa

RGB 16019250
HSL0.770.960.53
HSV277°92°98°
CMYK 0.360.920.00   0.02
XYZ31.985414.841591.6213
Yxy14.84150.23100.1072
Hunter Lab38.524780.7828-114.0392
CIE-Lab45.416383.0570-82.9272

#a013fa color RGB value is (160,19,250).

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

The process color (four color CMYK) of #a013fa color hex is 0.36, 0.92, 0.00, 0.02. Web safe color of #a013fa is #9900ff. Color #a013fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010011 11111010
Octal 240 23 372
Decimal 160 19 250
Hex A0 13 FA

RGB Percentages of Color #a013fa

%37.30
%4.43
%58.28

CMYK Percentages of Color #a013fa

%36
%92
%0
%2

Triadic Colors of #a013fa

#a013fa #faa013 #13faa0

Analogous Colors of #a013fa

#a013fa #fa13e1 #2d13fa

Monochromatic Colors of #a013fa

#a013fa

Complementary Color

#a013fa #6dfa13

#a013fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a013fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a013fa Color CSS Codes

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

#a013fa Text Font Color

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

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


#a013fa Background Color

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

This div background color is #a013fa


#a013fa Border Color

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

This div border color is #a013fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a013fa


Comments

No comments written yet.

Please login to write comment.