Color Hex Logo

#a010fd Color Hex

#A010FD
(160,16,253)
0 Favorites   0 Comments

Color spaces of #a010fd

RGB 16016253
HSL0.770.980.53
HSV276°94°99°
CMYK 0.370.940.00   0.01
XYZ32.412114.936094.1031
Yxy14.93600.22910.1056
Hunter Lab38.647182.0698-117.3141
CIE-Lab45.546484.0360-84.3926

#a010fd color RGB value is (160,16,253).

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

The process color (four color CMYK) of #a010fd color hex is 0.37, 0.94, 0.00, 0.01. Web safe color of #a010fd is #9900ff. Color #a010fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010000 11111101
Octal 240 20 375
Decimal 160 16 253
Hex A0 10 FD

RGB Percentages of Color #a010fd

%37.30
%3.73
%58.97

CMYK Percentages of Color #a010fd

%37
%94
%0
%1

Triadic Colors of #a010fd

#a010fd #fda010 #10fda0

Analogous Colors of #a010fd

#a010fd #fd10e4 #2a10fd

Monochromatic Colors of #a010fd

#a010fd

Complementary Color

#a010fd #6dfd10

#a010fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a010fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a010fd Color CSS Codes

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

#a010fd Text Font Color

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

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


#a010fd Background Color

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

This div background color is #a010fd


#a010fd Border Color

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

This div border color is #a010fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,16,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a010fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a010fd

Related Colors


Comments

No comments written yet.

Please login to write comment.