color codes Logo

#a010e9 color codes

#A010E9
(160,16,233)
0 Favorites   0 Comments

Color spaces of #a010e9

RGB 16016233
HSL0.780.870.49
HSV280°93°91°
CMYK 0.310.930.00   0.09
XYZ29.390513.727478.1914
Yxy13.72740.24230.1132
Hunter Lab37.050576.7576-99.1903
CIE-Lab43.839480.1826-75.9289

#a010e9 color RGB value is (160,16,233).

#a010e9 hex color red value is 160, green value is 16 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #a010e9 hue: 0.78 , saturation: 0.87 and the lightness value of a010e9 is 0.49.

The process color (four color CMYK) of #a010e9 color code is 0.31, 0.93, 0.00, 0.09. Web safe color of #a010e9 is #9900ff. Color #a010e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010000 11101001
Octal 240 20 351
Decimal 160 16 233
Hex A0 10 E9

RGB Percentages of Color #a010e9

%39.12
%3.91
%56.97

CMYK Percentages of Color #a010e9

%31
%93
%0
%9

Triadic Colors of #a010e9

#a010e9 #e9a010 #10e9a0

Analogous Colors of #a010e9

#a010e9 #e910c6 #3310e9

Monochromatic Colors of #a010e9

#a010e9

Complementary Color

#a010e9 #59e910

#a010e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a010e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a010e9 Color CSS Codes

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

#a010e9 Text Font Color

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

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


#a010e9 Background Color

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

This div background color is #a010e9


#a010e9 Border Color

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

This div border color is #a010e9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a010e9


Comments

No comments written yet.

Please login to write comment.