Color Hex Logo

#a129bd Color Hex

#A129BD
(161,41,189)
0 Favorites   0 Comments

Color spaces of #a129bd

RGB 16141189
HSL0.800.640.45
HSV289°78°74°
CMYK 0.150.780.00   0.26
XYZ24.676212.837149.3213
Yxy12.83710.28420.1478
Hunter Lab35.828960.2365-56.5371
CIE-Lab42.516866.7427-52.7079

#a129bd color RGB value is (161,41,189).

#a129bd hex color red value is 161, green value is 41 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a129bd hue: 0.80 , saturation: 0.64 and the lightness value of a129bd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101001 10111101
Octal 241 51 275
Decimal 161 41 189
Hex A1 29 BD

RGB Percentages of Color #a129bd

%41.18
%10.49
%48.34

CMYK Percentages of Color #a129bd

%15
%78
%0
%26

Triadic Colors of #a129bd

#a129bd #bda129 #29bda1

Analogous Colors of #a129bd

#a129bd #bd298f #5729bd

Monochromatic Colors of #a129bd

#a129bd

Complementary Color

#a129bd #45bd29

#a129bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a129bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a129bd Color CSS Codes

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

#a129bd Text Font Color

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

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


#a129bd Background Color

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

This div background color is #a129bd


#a129bd Border Color

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

This div border color is #a129bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a129bd


Comments

No comments written yet.

Please login to write comment.