Color Hex Logo

#a72aae Color Hex

#A72AAE
(167,42,174)
0 Favorites   0 Comments

Color spaces of #a72aae

RGB 16742174
HSL0.820.610.42
HSV297°76°68°
CMYK 0.040.760.00   0.32
XYZ24.404312.927441.2534
Yxy12.92740.31050.1645
Hunter Lab35.954758.2364-42.8594
CIE-Lab42.653764.9768-43.5935

#a72aae color RGB value is (167,42,174).

#a72aae hex color red value is 167, green value is 42 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a72aae hue: 0.82 , saturation: 0.61 and the lightness value of a72aae is 0.42.

The process color (four color CMYK) of #a72aae color hex is 0.04, 0.76, 0.00, 0.32. Web safe color of #a72aae is #993399. Color #a72aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101010 10101110
Octal 247 52 256
Decimal 167 42 174
Hex A7 2A AE

RGB Percentages of Color #a72aae

%43.60
%10.97
%45.43

CMYK Percentages of Color #a72aae

%4
%76
%0
%32

Triadic Colors of #a72aae

#a72aae #aea72a #2aaea7

Analogous Colors of #a72aae

#a72aae #ae2a73 #652aae

Monochromatic Colors of #a72aae

#a72aae

Complementary Color

#a72aae #31ae2a

#a72aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72aae Color CSS Codes

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

#a72aae Text Font Color

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

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


#a72aae Background Color

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

This div background color is #a72aae


#a72aae Border Color

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

This div border color is #a72aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72aae


Comments

No comments written yet.

Please login to write comment.