Color Hex Logo

#a72daa Color Hex

#A72DAA
(167,45,170)
0 Favorites   0 Comments

Color spaces of #a72daa

RGB 16745170
HSL0.830.580.42
HSV299°74°67°
CMYK 0.020.740.00   0.33
XYZ24.130412.994539.2666
Yxy12.99450.31590.1701
Hunter Lab36.047956.4038-39.3505
CIE-Lab42.755063.3467-41.0572

#a72daa color RGB value is (167,45,170).

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

The process color (four color CMYK) of #a72daa color hex is 0.02, 0.74, 0.00, 0.33. Web safe color of #a72daa is #993399. Color #a72daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101101 10101010
Octal 247 55 252
Decimal 167 45 170
Hex A7 2D AA

RGB Percentages of Color #a72daa

%43.72
%11.78
%44.50

CMYK Percentages of Color #a72daa

%2
%74
%0
%33

Triadic Colors of #a72daa

#a72daa #aaa72d #2daaa7

Analogous Colors of #a72daa

#a72daa #aa2d6f #692daa

Monochromatic Colors of #a72daa

#a72daa

Complementary Color

#a72daa #30aa2d

#a72daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72daa Color CSS Codes

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

#a72daa Text Font Color

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

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


#a72daa Background Color

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

This div background color is #a72daa


#a72daa Border Color

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

This div border color is #a72daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72daa


Comments

No comments written yet.

Please login to write comment.