Color Hex Logo

#a10cae Color Hex

#A10CAE
(161,12,174)
0 Favorites   0 Comments

Color spaces of #a10cae

RGB 16112174
HSL0.820.870.36
HSV295°93°68°
CMYK 0.070.930.00   0.32
XYZ22.469410.896040.9633
Yxy10.89600.30230.1466
Hunter Lab33.009163.7397-50.4708
CIE-Lab39.404870.3495-48.8550

#a10cae color RGB value is (161,12,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001100 10101110
Octal 241 14 256
Decimal 161 12 174
Hex A1 C AE

RGB Percentages of Color #a10cae

%46.40
%3.46
%50.14

CMYK Percentages of Color #a10cae

%7
%93
%0
%32

Triadic Colors of #a10cae

#a10cae #aea10c #0caea1

Analogous Colors of #a10cae

#a10cae #ae0c6a #500cae

Monochromatic Colors of #a10cae

#a10cae

Complementary Color

#a10cae #19ae0c

#a10cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10cae Color CSS Codes

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

#a10cae Text Font Color

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

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


#a10cae Background Color

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

This div background color is #a10cae


#a10cae Border Color

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

This div border color is #a10cae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,12,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 #a10cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10cae


Comments

No comments written yet.

Please login to write comment.