Color Hex Logo

#a7209a Color Hex

#A7209A
(167,32,154)
0 Favorites   0 Comments

Color spaces of #a7209a

RGB 16732154
HSL0.850.680.39
HSV306°81°65°
CMYK 0.000.810.08   0.35
XYZ22.285611.581631.6327
Yxy11.58160.34020.1768
Hunter Lab34.031757.3347-31.2882
CIE-Lab40.543364.5969-34.9728

#a7209a color RGB value is (167,32,154).

#a7209a hex color red value is 167, green value is 32 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #a7209a hue: 0.85 , saturation: 0.68 and the lightness value of a7209a is 0.39.

The process color (four color CMYK) of #a7209a color hex is 0.00, 0.81, 0.08, 0.35. Web safe color of #a7209a is #993399. Color #a7209a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100000 10011010
Octal 247 40 232
Decimal 167 32 154
Hex A7 20 9A

RGB Percentages of Color #a7209a

%47.31
%9.07
%43.63

CMYK Percentages of Color #a7209a

%0
%81
%8
%35

Triadic Colors of #a7209a

#a7209a #9aa720 #209aa7

Analogous Colors of #a7209a

#a7209a #a72056 #7120a7

Monochromatic Colors of #a7209a

#a7209a

Complementary Color

#a7209a #20a72d

#a7209a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7209a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7209a Color CSS Codes

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

#a7209a Text Font Color

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

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


#a7209a Background Color

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

This div background color is #a7209a


#a7209a Border Color

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

This div border color is #a7209a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7209a


Comments

No comments written yet.

Please login to write comment.