Color Hex Logo

#a129cb Color Hex

#A129CB
(161,41,203)
0 Favorites   0 Comments

Color spaces of #a129cb

RGB 16141203
HSL0.790.660.48
HSV284°80°80°
CMYK 0.210.800.00   0.20
XYZ26.270413.474757.7162
Yxy13.47470.26950.1383
Hunter Lab36.707963.5066-67.5267
CIE-Lab43.470069.3602-59.3267

#a129cb color RGB value is (161,41,203).

#a129cb hex color red value is 161, green value is 41 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a129cb hue: 0.79 , saturation: 0.66 and the lightness value of a129cb is 0.48.

The process color (four color CMYK) of #a129cb color hex is 0.21, 0.80, 0.00, 0.20. Web safe color of #a129cb is #9933cc. Color #a129cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101001 11001011
Octal 241 51 313
Decimal 161 41 203
Hex A1 29 CB

RGB Percentages of Color #a129cb

%39.75
%10.12
%50.12

CMYK Percentages of Color #a129cb

%21
%80
%0
%20

Triadic Colors of #a129cb

#a129cb #cba129 #29cba1

Analogous Colors of #a129cb

#a129cb #cb29a4 #5029cb

Monochromatic Colors of #a129cb

#a129cb

Complementary Color

#a129cb #53cb29

#a129cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a129cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a129cb Color CSS Codes

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

#a129cb Text Font Color

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

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


#a129cb Background Color

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

This div background color is #a129cb


#a129cb Border Color

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

This div border color is #a129cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a129cb


Comments

No comments written yet.

Please login to write comment.