Color Hex Logo

#a10edd Color Hex

#A10EDD
(161,14,221)
0 Favorites   0 Comments

Color spaces of #a10edd

RGB 16114221
HSL0.790.880.46
HSV283°94°87°
CMYK 0.270.940.00   0.13
XYZ27.906113.111669.4666
Yxy13.11160.25260.1187
Hunter Lab36.209974.1981-88.3973
CIE-Lab42.930978.3077-70.5694

#a10edd color RGB value is (161,14,221).

#a10edd hex color red value is 161, green value is 14 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a10edd hue: 0.79 , saturation: 0.88 and the lightness value of a10edd is 0.46.

The process color (four color CMYK) of #a10edd color hex is 0.27, 0.94, 0.00, 0.13. Web safe color of #a10edd is #9900cc. Color #a10edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001110 11011101
Octal 241 16 335
Decimal 161 14 221
Hex A1 E DD

RGB Percentages of Color #a10edd

%40.66
%3.54
%55.81

CMYK Percentages of Color #a10edd

%27
%94
%0
%13

Triadic Colors of #a10edd

#a10edd #dda10e #0edda1

Analogous Colors of #a10edd

#a10edd #dd0eb2 #390edd

Monochromatic Colors of #a10edd

#a10edd

Complementary Color

#a10edd #4add0e

#a10edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10edd Color CSS Codes

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

#a10edd Text Font Color

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

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


#a10edd Background Color

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

This div background color is #a10edd


#a10edd Border Color

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

This div border color is #a10edd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,14,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a10edd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a10edd;
  -webkit-box-shadow: 1px 1px 3px 2px #a10edd;
  box-shadow:         1px 1px 3px 2px #a10edd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,14,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10edd


Comments

No comments written yet.

Please login to write comment.