Color Hex Logo

#a129e3 Color Hex

#A129E3
(161,41,227)
0 Favorites   0 Comments

Color spaces of #a129e3

RGB 16141227
HSL0.770.770.53
HSV279°82°89°
CMYK 0.290.820.00   0.11
XYZ29.356014.709073.9649
Yxy14.70900.24870.1246
Hunter Lab38.352369.5127-87.4980
CIE-Lab45.233074.0434-70.2392

#a129e3 color RGB value is (161,41,227).

#a129e3 hex color red value is 161, green value is 41 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #a129e3 hue: 0.77 , saturation: 0.77 and the lightness value of a129e3 is 0.53.

The process color (four color CMYK) of #a129e3 color hex is 0.29, 0.82, 0.00, 0.11. Web safe color of #a129e3 is #9933cc. Color #a129e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101001 11100011
Octal 241 51 343
Decimal 161 41 227
Hex A1 29 E3

RGB Percentages of Color #a129e3

%37.53
%9.56
%52.91

CMYK Percentages of Color #a129e3

%29
%82
%0
%11

Triadic Colors of #a129e3

#a129e3 #e3a129 #29e3a1

Analogous Colors of #a129e3

#a129e3 #e329c8 #4429e3

Monochromatic Colors of #a129e3

#a129e3

Complementary Color

#a129e3 #6be329

#a129e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a129e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a129e3 Color CSS Codes

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

#a129e3 Text Font Color

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

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


#a129e3 Background Color

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

This div background color is #a129e3


#a129e3 Border Color

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

This div border color is #a129e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a129e3


Comments

No comments written yet.

Please login to write comment.