Color Hex Logo

#a72add Color Hex

#A72ADD
(167,42,221)
0 Favorites   0 Comments

Color spaces of #a72add

RGB 16742221
HSL0.780.720.52
HSV282°81°87°
CMYK 0.240.810.00   0.13
XYZ29.815515.091969.7482
Yxy15.09190.26000.1316
Hunter Lab38.848369.0116-79.2554
CIE-Lab45.759873.5270-65.9243

#a72add color RGB value is (167,42,221).

#a72add hex color red value is 167, green value is 42 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a72add hue: 0.78 , saturation: 0.72 and the lightness value of a72add is 0.52.

The process color (four color CMYK) of #a72add color hex is 0.24, 0.81, 0.00, 0.13. Web safe color of #a72add is #9933cc. Color #a72add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101010 11011101
Octal 247 52 335
Decimal 167 42 221
Hex A7 2A DD

RGB Percentages of Color #a72add

%38.84
%9.77
%51.40

CMYK Percentages of Color #a72add

%24
%81
%0
%13

Triadic Colors of #a72add

#a72add #dda72a #2adda7

Analogous Colors of #a72add

#a72add #dd2aba #4e2add

Monochromatic Colors of #a72add

#a72add

Complementary Color

#a72add #60dd2a

#a72add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72add Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72add Color CSS Codes

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

#a72add Text Font Color

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

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


#a72add Background Color

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

This div background color is #a72add


#a72add Border Color

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

This div border color is #a72add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72add


Comments

No comments written yet.

Please login to write comment.