Color Hex Logo

#a20659 Color Hex

#A20659
(162,6,89)
0 Favorites   0 Comments

Color spaces of #a20659

RGB 162689
HSL0.910.930.33
HSV328°96°64°
CMYK 0.000.960.45   0.36
XYZ16.76868.532910.2144
Yxy8.53290.47210.2403
Hunter Lab29.211151.3482-0.2844
CIE-Lab35.068960.3042-2.8258

#a20659 color RGB value is (162,6,89).

#a20659 hex color red value is 162, green value is 6 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a20659 hue: 0.91 , saturation: 0.93 and the lightness value of a20659 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00000110 01011001
Octal 242 6 131
Decimal 162 6 89
Hex A2 6 59

RGB Percentages of Color #a20659

%63.04
%2.33
%34.63

CMYK Percentages of Color #a20659

%0
%96
%45
%36

Triadic Colors of #a20659

#a20659 #59a206 #0659a2

Analogous Colors of #a20659

#a20659 #a2060b #9d06a2

Monochromatic Colors of #a20659

#a20659

Complementary Color

#a20659 #06a24f

#a20659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20659 Color CSS Codes

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

#a20659 Text Font Color

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

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


#a20659 Background Color

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

This div background color is #a20659


#a20659 Border Color

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

This div border color is #a20659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20659


Comments

No comments written yet.

Please login to write comment.