Color Hex Logo

#a7209d Color Hex

#A7209D
(167,32,157)
0 Favorites   0 Comments

Color spaces of #a7209d

RGB 16732157
HSL0.850.680.39
HSV304°81°65°
CMYK 0.000.810.06   0.35
XYZ22.538711.682832.9654
Yxy11.68280.33550.1739
Hunter Lab34.180157.8895-33.2568
CIE-Lab40.707565.0519-36.5244

#a7209d color RGB value is (167,32,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100000 10011101
Octal 247 40 235
Decimal 167 32 157
Hex A7 20 9D

RGB Percentages of Color #a7209d

%46.91
%8.99
%44.10

CMYK Percentages of Color #a7209d

%0
%81
%6
%35

Triadic Colors of #a7209d

#a7209d #9da720 #209da7

Analogous Colors of #a7209d

#a7209d #a7205a #6e20a7

Monochromatic Colors of #a7209d

#a7209d

Complementary Color

#a7209d #20a72a

#a7209d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7209d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7209d Color CSS Codes

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

#a7209d Text Font Color

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

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


#a7209d Background Color

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

This div background color is #a7209d


#a7209d Border Color

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

This div border color is #a7209d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7209d


Comments

No comments written yet.

Please login to write comment.