Color Hex Logo

#a129df Color Hex

#A129DF
(161,41,223)
0 Favorites   0 Comments

Color spaces of #a129df

RGB 16141223
HSL0.780.740.52
HSV280°82°87°
CMYK 0.280.820.00   0.13
XYZ28.810214.490771.0905
Yxy14.49070.25190.1267
Hunter Lab38.066768.4785-84.0790
CIE-Lab44.928673.2479-68.4564

#a129df color RGB value is (161,41,223).

#a129df hex color red value is 161, green value is 41 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a129df hue: 0.78 , saturation: 0.74 and the lightness value of a129df is 0.52.

The process color (four color CMYK) of #a129df color hex is 0.28, 0.82, 0.00, 0.13. Web safe color of #a129df is #9933cc. Color #a129df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101001 11011111
Octal 241 51 337
Decimal 161 41 223
Hex A1 29 DF

RGB Percentages of Color #a129df

%37.88
%9.65
%52.47

CMYK Percentages of Color #a129df

%28
%82
%0
%13

Triadic Colors of #a129df

#a129df #dfa129 #29dfa1

Analogous Colors of #a129df

#a129df #df29c2 #4629df

Monochromatic Colors of #a129df

#a129df

Complementary Color

#a129df #67df29

#a129df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a129df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a129df Color CSS Codes

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

#a129df Text Font Color

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

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


#a129df Background Color

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

This div background color is #a129df


#a129df Border Color

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

This div border color is #a129df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a129df


Comments

No comments written yet.

Please login to write comment.