Color Hex Logo

#a729e6 Color Hex

#A729E6
(167,41,230)
0 Favorites   0 Comments

Color spaces of #a729e6

RGB 16741230
HSL0.780.790.53
HSV280°82°90°
CMYK 0.270.820.00   0.10
XYZ31.012215.514576.2230
Yxy15.51450.25260.1264
Hunter Lab39.388571.6108-87.1638
CIE-Lab46.331075.5509-70.1174

#a729e6 color RGB value is (167,41,230).

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

The process color (four color CMYK) of #a729e6 color hex is 0.27, 0.82, 0.00, 0.10. Web safe color of #a729e6 is #9933ff. Color #a729e6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101001 11100110
Octal 247 51 346
Decimal 167 41 230
Hex A7 29 E6

RGB Percentages of Color #a729e6

%38.13
%9.36
%52.51

CMYK Percentages of Color #a729e6

%27
%82
%0
%10

Triadic Colors of #a729e6

#a729e6 #e6a729 #29e6a7

Analogous Colors of #a729e6

#a729e6 #e629c7 #4829e6

Monochromatic Colors of #a729e6

#a729e6

Complementary Color

#a729e6 #68e629

#a729e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a729e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a729e6 Color CSS Codes

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

#a729e6 Text Font Color

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

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


#a729e6 Background Color

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

This div background color is #a729e6


#a729e6 Border Color

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

This div border color is #a729e6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a729e6


Comments

No comments written yet.

Please login to write comment.