Color Hex Logo

#a72ace Color Hex

#A72ACE
(167,42,206)
0 Favorites   0 Comments

Color spaces of #a72ace

RGB 16742206
HSL0.790.660.49
HSV286°80°81°
CMYK 0.190.800.00   0.19
XYZ27.904914.327659.6873
Yxy14.32760.27380.1406
Hunter Lab37.851865.3521-66.9962
CIE-Lab44.699170.6814-59.0295

#a72ace color RGB value is (167,42,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101010 11001110
Octal 247 52 316
Decimal 167 42 206
Hex A7 2A CE

RGB Percentages of Color #a72ace

%40.24
%10.12
%49.64

CMYK Percentages of Color #a72ace

%19
%80
%0
%19

Triadic Colors of #a72ace

#a72ace #cea72a #2acea7

Analogous Colors of #a72ace

#a72ace #ce2aa3 #552ace

Monochromatic Colors of #a72ace

#a72ace

Complementary Color

#a72ace #51ce2a

#a72ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72ace Color CSS Codes

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

#a72ace Text Font Color

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

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


#a72ace Background Color

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

This div background color is #a72ace


#a72ace Border Color

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

This div border color is #a72ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72ace


Comments

No comments written yet.

Please login to write comment.