Color Hex Logo

#a129cf Color Hex

#A129CF
(161,41,207)
0 Favorites   0 Comments

Color spaces of #a129cf

RGB 16141207
HSL0.790.670.49
HSV283°80°81°
CMYK 0.220.800.00   0.19
XYZ26.753413.667960.2596
Yxy13.66790.26570.1358
Hunter Lab36.970164.4737-70.7609
CIE-Lab43.752870.1248-61.1825

#a129cf color RGB value is (161,41,207).

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

The process color (four color CMYK) of #a129cf color hex is 0.22, 0.80, 0.00, 0.19. Web safe color of #a129cf is #9933cc. Color #a129cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101001 11001111
Octal 241 51 317
Decimal 161 41 207
Hex A1 29 CF

RGB Percentages of Color #a129cf

%39.36
%10.02
%50.61

CMYK Percentages of Color #a129cf

%22
%80
%0
%19

Triadic Colors of #a129cf

#a129cf #cfa129 #29cfa1

Analogous Colors of #a129cf

#a129cf #cf29aa #4e29cf

Monochromatic Colors of #a129cf

#a129cf

Complementary Color

#a129cf #57cf29

#a129cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a129cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a129cf Color CSS Codes

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

#a129cf Text Font Color

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

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


#a129cf Background Color

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

This div background color is #a129cf


#a129cf Border Color

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

This div border color is #a129cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a129cf


Comments

No comments written yet.

Please login to write comment.