Color Hex Logo

#a0129e Color Hex

#A0129E
(160,18,158)
0 Favorites   0 Comments

Color spaces of #a0129e

RGB 16018158
HSL0.840.800.35
HSV301°89°63°
CMYK 0.000.890.01   0.37
XYZ20.885110.374833.2495
Yxy10.37480.32380.1608
Hunter Lab32.209959.3730-38.6566
CIE-Lab38.506966.7756-40.7032

#a0129e color RGB value is (160,18,158).

#a0129e hex color red value is 160, green value is 18 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a0129e hue: 0.84 , saturation: 0.80 and the lightness value of a0129e is 0.35.

The process color (four color CMYK) of #a0129e color hex is 0.00, 0.89, 0.01, 0.37. Web safe color of #a0129e is #990099. Color #a0129e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010010 10011110
Octal 240 22 236
Decimal 160 18 158
Hex A0 12 9E

RGB Percentages of Color #a0129e

%47.62
%5.36
%47.02

CMYK Percentages of Color #a0129e

%0
%89
%1
%37

Triadic Colors of #a0129e

#a0129e #9ea012 #129ea0

Analogous Colors of #a0129e

#a0129e #a01257 #5b12a0

Monochromatic Colors of #a0129e

#a0129e

Complementary Color

#a0129e #12a014

#a0129e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0129e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0129e Color CSS Codes

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

#a0129e Text Font Color

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

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


#a0129e Background Color

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

This div background color is #a0129e


#a0129e Border Color

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

This div border color is #a0129e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,18,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0129e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0129e;
  -webkit-box-shadow: 1px 1px 3px 2px #a0129e;
  box-shadow:         1px 1px 3px 2px #a0129e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,18,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0129e


Comments

No comments written yet.

Please login to write comment.