Color Hex Logo

#a10caf Color Hex

#A10CAF
(161,12,175)
0 Favorites   0 Comments

Color spaces of #a10caf

RGB 16112175
HSL0.820.870.37
HSV295°93°69°
CMYK 0.080.930.00   0.31
XYZ22.567310.935241.4787
Yxy10.93520.30100.1458
Hunter Lab33.068463.9463-51.2213
CIE-Lab39.471170.5119-49.3436

#a10caf color RGB value is (161,12,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001100 10101111
Octal 241 14 257
Decimal 161 12 175
Hex A1 C AF

RGB Percentages of Color #a10caf

%46.26
%3.45
%50.29

CMYK Percentages of Color #a10caf

%8
%93
%0
%31

Triadic Colors of #a10caf

#a10caf #afa10c #0cafa1

Analogous Colors of #a10caf

#a10caf #af0c6c #500caf

Monochromatic Colors of #a10caf

#a10caf

Complementary Color

#a10caf #1aaf0c

#a10caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10caf Color CSS Codes

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

#a10caf Text Font Color

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

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


#a10caf Background Color

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

This div background color is #a10caf


#a10caf Border Color

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

This div border color is #a10caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10caf


Comments

No comments written yet.

Please login to write comment.