Color Hex Logo

#a10ace Color Hex

#A10ACE
(161,10,206)
0 Favorites   0 Comments

Color spaces of #a10ace

RGB 16110206
HSL0.800.910.42
HSV286°95°81°
CMYK 0.220.950.00   0.19
XYZ25.947112.250459.3895
Yxy12.25040.26590.1255
Hunter Lab35.000671.0770-76.1038
CIE-Lab41.611476.0299-64.0805

#a10ace color RGB value is (161,10,206).

#a10ace hex color red value is 161, green value is 10 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a10ace hue: 0.80 , saturation: 0.91 and the lightness value of a10ace is 0.42.

The process color (four color CMYK) of #a10ace color hex is 0.22, 0.95, 0.00, 0.19. Web safe color of #a10ace is #9900cc. Color #a10ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001010 11001110
Octal 241 12 316
Decimal 161 10 206
Hex A1 A CE

RGB Percentages of Color #a10ace

%42.71
%2.65
%54.64

CMYK Percentages of Color #a10ace

%22
%95
%0
%19

Triadic Colors of #a10ace

#a10ace #cea10a #0acea1

Analogous Colors of #a10ace

#a10ace #ce0a99 #3f0ace

Monochromatic Colors of #a10ace

#a10ace

Complementary Color

#a10ace #37ce0a

#a10ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10ace Color CSS Codes

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

#a10ace Text Font Color

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

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


#a10ace Background Color

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

This div background color is #a10ace


#a10ace Border Color

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

This div border color is #a10ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10ace


Comments

No comments written yet.

Please login to write comment.