Color Hex Logo

#a129da Color Hex

#A129DA
(161,41,218)
0 Favorites   0 Comments

Color spaces of #a129da

RGB 16141218
HSL0.780.710.51
HSV281°81°85°
CMYK 0.260.810.00   0.15
XYZ28.145814.224967.5919
Yxy14.22490.25600.1294
Hunter Lab37.715967.2042-79.8544
CIE-Lab44.553872.2616-66.2084

#a129da color RGB value is (161,41,218).

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

The process color (four color CMYK) of #a129da color hex is 0.26, 0.81, 0.00, 0.15. Web safe color of #a129da is #9933cc. Color #a129da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101001 11011010
Octal 241 51 332
Decimal 161 41 218
Hex A1 29 DA

RGB Percentages of Color #a129da

%38.33
%9.76
%51.90

CMYK Percentages of Color #a129da

%26
%81
%0
%15

Triadic Colors of #a129da

#a129da #daa129 #29daa1

Analogous Colors of #a129da

#a129da #da29bb #4829da

Monochromatic Colors of #a129da

#a129da

Complementary Color

#a129da #62da29

#a129da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a129da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a129da Color CSS Codes

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

#a129da Text Font Color

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

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


#a129da Background Color

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

This div background color is #a129da


#a129da Border Color

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

This div border color is #a129da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a129da


Comments

No comments written yet.

Please login to write comment.