Color Hex Logo

#a729ea Color Hex

#A729EA
(167,41,234)
0 Favorites   0 Comments

Color spaces of #a729ea

RGB 16741234
HSL0.780.820.54
HSV279°82°92°
CMYK 0.290.820.00   0.08
XYZ31.580615.741979.2159
Yxy15.74190.24960.1244
Hunter Lab39.676172.6459-90.6032
CIE-Lab46.634076.3349-71.8894

#a729ea color RGB value is (167,41,234).

#a729ea hex color red value is 167, green value is 41 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a729ea hue: 0.78 , saturation: 0.82 and the lightness value of a729ea is 0.54.

The process color (four color CMYK) of #a729ea color hex is 0.29, 0.82, 0.00, 0.08. Web safe color of #a729ea is #9933ff. Color #a729ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101001 11101010
Octal 247 51 352
Decimal 167 41 234
Hex A7 29 EA

RGB Percentages of Color #a729ea

%37.78
%9.28
%52.94

CMYK Percentages of Color #a729ea

%29
%82
%0
%8

Triadic Colors of #a729ea

#a729ea #eaa729 #29eaa7

Analogous Colors of #a729ea

#a729ea #ea29cd #4629ea

Monochromatic Colors of #a729ea

#a729ea

Complementary Color

#a729ea #6cea29

#a729ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a729ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a729ea Color CSS Codes

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

#a729ea Text Font Color

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

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


#a729ea Background Color

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

This div background color is #a729ea


#a729ea Border Color

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

This div border color is #a729ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a729ea


Comments

No comments written yet.

Please login to write comment.