Color Hex Logo

#a729cf Color Hex

#A729CF
(167,41,207)
0 Favorites   0 Comments

Color spaces of #a729cf

RGB 16741207
HSL0.790.670.49
HSV286°80°81°
CMYK 0.190.800.00   0.19
XYZ27.991814.306460.3176
Yxy14.30640.27280.1394
Hunter Lab37.823865.9087-68.0731
CIE-Lab44.669271.1551-59.6553

#a729cf color RGB value is (167,41,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101001 11001111
Octal 247 51 317
Decimal 167 41 207
Hex A7 29 CF

RGB Percentages of Color #a729cf

%40.24
%9.88
%49.88

CMYK Percentages of Color #a729cf

%19
%80
%0
%19

Triadic Colors of #a729cf

#a729cf #cfa729 #29cfa7

Analogous Colors of #a729cf

#a729cf #cf29a4 #5429cf

Monochromatic Colors of #a729cf

#a729cf

Complementary Color

#a729cf #51cf29

#a729cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a729cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a729cf Color CSS Codes

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

#a729cf Text Font Color

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

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


#a729cf Background Color

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

This div background color is #a729cf


#a729cf Border Color

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

This div border color is #a729cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,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 #a729cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a729cf


Comments

No comments written yet.

Please login to write comment.