Color Hex Logo

#a10eaf Color Hex

#A10EAF
(161,14,175)
0 Favorites   0 Comments

Color spaces of #a10eaf

RGB 16114175
HSL0.820.850.37
HSV295°92°69°
CMYK 0.080.920.00   0.31
XYZ22.592810.986341.4872
Yxy10.98630.30100.1464
Hunter Lab33.145663.6650-51.0094
CIE-Lab39.557470.2566-49.2047

#a10eaf color RGB value is (161,14,175).

#a10eaf hex color red value is 161, green value is 14 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a10eaf hue: 0.82 , saturation: 0.85 and the lightness value of a10eaf is 0.37.

The process color (four color CMYK) of #a10eaf color hex is 0.08, 0.92, 0.00, 0.31. Web safe color of #a10eaf is #990099. Color #a10eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001110 10101111
Octal 241 16 257
Decimal 161 14 175
Hex A1 E AF

RGB Percentages of Color #a10eaf

%46.00
%4.00
%50.00

CMYK Percentages of Color #a10eaf

%8
%92
%0
%31

Triadic Colors of #a10eaf

#a10eaf #afa10e #0eafa1

Analogous Colors of #a10eaf

#a10eaf #af0e6d #510eaf

Monochromatic Colors of #a10eaf

#a10eaf

Complementary Color

#a10eaf #1caf0e

#a10eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10eaf Color CSS Codes

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

#a10eaf Text Font Color

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

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


#a10eaf Background Color

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

This div background color is #a10eaf


#a10eaf Border Color

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

This div border color is #a10eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10eaf


Comments

No comments written yet.

Please login to write comment.