Color Hex Logo

#a20773 Color Hex

#A20773
(162,7,115)
0 Favorites   0 Comments

Color spaces of #a20773

RGB 1627115
HSL0.880.920.33
HSV318°96°64°
CMYK 0.000.960.29   0.36
XYZ18.07089.071117.0181
Yxy9.07110.40920.2054
Hunter Lab30.118354.3921-12.4186
CIE-Lab36.120862.8491-17.8691

#a20773 color RGB value is (162,7,115).

#a20773 hex color red value is 162, green value is 7 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #a20773 hue: 0.88 , saturation: 0.92 and the lightness value of a20773 is 0.33.

The process color (four color CMYK) of #a20773 color hex is 0.00, 0.96, 0.29, 0.36. Web safe color of #a20773 is #990066. Color #a20773 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00000111 01110011
Octal 242 7 163
Decimal 162 7 115
Hex A2 7 73

RGB Percentages of Color #a20773

%57.04
%2.46
%40.49

CMYK Percentages of Color #a20773

%0
%96
%29
%36

Triadic Colors of #a20773

#a20773 #73a207 #0773a2

Analogous Colors of #a20773

#a20773 #a20726 #8407a2

Monochromatic Colors of #a20773

#a20773

Complementary Color

#a20773 #07a236

#a20773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20773 Color CSS Codes

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

#a20773 Text Font Color

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

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


#a20773 Background Color

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

This div background color is #a20773


#a20773 Border Color

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

This div border color is #a20773


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,7,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a20773; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a20773;
  -webkit-box-shadow: 1px 1px 3px 2px #a20773;
  box-shadow:         1px 1px 3px 2px #a20773; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,7,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20773


Comments

No comments written yet.

Please login to write comment.