Color Hex Logo

#a729ba Color Hex

#A729BA
(167,41,186)
0 Favorites   0 Comments

Color spaces of #a729ba

RGB 16741186
HSL0.810.640.45
HSV292°78°73°
CMYK 0.100.780.00   0.27
XYZ25.592213.346547.6817
Yxy13.34650.29550.1541
Hunter Lab36.532961.1113-51.8107
CIE-Lab43.280867.3485-49.6694

#a729ba color RGB value is (167,41,186).

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

The process color (four color CMYK) of #a729ba color hex is 0.10, 0.78, 0.00, 0.27. Web safe color of #a729ba is #9933cc. Color #a729ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101001 10111010
Octal 247 51 272
Decimal 167 41 186
Hex A7 29 BA

RGB Percentages of Color #a729ba

%42.39
%10.41
%47.21

CMYK Percentages of Color #a729ba

%10
%78
%0
%27

Triadic Colors of #a729ba

#a729ba #baa729 #29baa7

Analogous Colors of #a729ba

#a729ba #ba2985 #5e29ba

Monochromatic Colors of #a729ba

#a729ba

Complementary Color

#a729ba #3cba29

#a729ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a729ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a729ba Color CSS Codes

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

#a729ba Text Font Color

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

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


#a729ba Background Color

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

This div background color is #a729ba


#a729ba Border Color

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

This div border color is #a729ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a729ba


Comments

No comments written yet.

Please login to write comment.