Color Hex Logo

#a72dad Color Hex

#A72DAD
(167,45,173)
0 Favorites   0 Comments

Color spaces of #a72dad

RGB 16745173
HSL0.830.590.43
HSV297°74°68°
CMYK 0.030.740.00   0.32
XYZ24.417613.109440.7786
Yxy13.10940.31180.1674
Hunter Lab36.206957.0167-41.4315
CIE-Lab42.927663.8536-42.5637

#a72dad color RGB value is (167,45,173).

#a72dad hex color red value is 167, green value is 45 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a72dad hue: 0.83 , saturation: 0.59 and the lightness value of a72dad is 0.43.

The process color (four color CMYK) of #a72dad color hex is 0.03, 0.74, 0.00, 0.32. Web safe color of #a72dad is #993399. Color #a72dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101101 10101101
Octal 247 55 255
Decimal 167 45 173
Hex A7 2D AD

RGB Percentages of Color #a72dad

%43.38
%11.69
%44.94

CMYK Percentages of Color #a72dad

%3
%74
%0
%32

Triadic Colors of #a72dad

#a72dad #ada72d #2dada7

Analogous Colors of #a72dad

#a72dad #ad2d73 #672dad

Monochromatic Colors of #a72dad

#a72dad

Complementary Color

#a72dad #33ad2d

#a72dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72dad Color CSS Codes

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

#a72dad Text Font Color

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

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


#a72dad Background Color

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

This div background color is #a72dad


#a72dad Border Color

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

This div border color is #a72dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72dad


Comments

No comments written yet.

Please login to write comment.