Color Hex Logo

#a120c2 Color Hex

#A120C2
(161,32,194)
0 Favorites   0 Comments

Color spaces of #a120c2

RGB 16132194
HSL0.800.720.44
HSV288°84°76°
CMYK 0.170.840.00   0.24
XYZ24.952112.505152.1375
Yxy12.50510.27850.1396
Hunter Lab35.362664.0666-62.6616
CIE-Lab42.007970.1205-56.4548

#a120c2 color RGB value is (161,32,194).

#a120c2 hex color red value is 161, green value is 32 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #a120c2 hue: 0.80 , saturation: 0.72 and the lightness value of a120c2 is 0.44.

The process color (four color CMYK) of #a120c2 color hex is 0.17, 0.84, 0.00, 0.24. Web safe color of #a120c2 is #9933cc. Color #a120c2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100000 11000010
Octal 241 40 302
Decimal 161 32 194
Hex A1 20 C2

RGB Percentages of Color #a120c2

%41.60
%8.27
%50.13

CMYK Percentages of Color #a120c2

%17
%84
%0
%24

Triadic Colors of #a120c2

#a120c2 #c2a120 #20c2a1

Analogous Colors of #a120c2

#a120c2 #c22092 #5020c2

Monochromatic Colors of #a120c2

#a120c2

Complementary Color

#a120c2 #41c220

#a120c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a120c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a120c2 Color CSS Codes

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

#a120c2 Text Font Color

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

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


#a120c2 Background Color

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

This div background color is #a120c2


#a120c2 Border Color

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

This div border color is #a120c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a120c2


Comments

No comments written yet.

Please login to write comment.