Color Hex Logo

#a10dae Color Hex

#A10DAE
(161,13,174)
0 Favorites   0 Comments

Color spaces of #a10dae

RGB 16113174
HSL0.820.860.37
HSV295°93°68°
CMYK 0.070.930.00   0.32
XYZ22.481810.920940.9674
Yxy10.92090.30230.1468
Hunter Lab33.046863.6021-50.3678
CIE-Lab39.446970.2246-48.7871

#a10dae color RGB value is (161,13,174).

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

The process color (four color CMYK) of #a10dae color hex is 0.07, 0.93, 0.00, 0.32. Web safe color of #a10dae is #990099. Color #a10dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001101 10101110
Octal 241 15 256
Decimal 161 13 174
Hex A1 D AE

RGB Percentages of Color #a10dae

%46.26
%3.74
%50.00

CMYK Percentages of Color #a10dae

%7
%93
%0
%32

Triadic Colors of #a10dae

#a10dae #aea10d #0daea1

Analogous Colors of #a10dae

#a10dae #ae0d6b #510dae

Monochromatic Colors of #a10dae

#a10dae

Complementary Color

#a10dae #1aae0d

#a10dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10dae Color CSS Codes

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

#a10dae Text Font Color

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

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


#a10dae Background Color

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

This div background color is #a10dae


#a10dae Border Color

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

This div border color is #a10dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10dae


Comments

No comments written yet.

Please login to write comment.