Color Hex Logo

#a20959 Color Hex

#A20959
(162,9,89)
0 Favorites   0 Comments

Color spaces of #a20959

RGB 162989
HSL0.910.890.34
HSV329°94°64°
CMYK 0.000.940.45   0.36
XYZ16.80128.598010.2253
Yxy8.59800.47160.2414
Hunter Lab29.322350.9633-0.1500
CIE-Lab35.198559.9274-2.6347

#a20959 color RGB value is (162,9,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00001001 01011001
Octal 242 11 131
Decimal 162 9 89
Hex A2 9 59

RGB Percentages of Color #a20959

%62.31
%3.46
%34.23

CMYK Percentages of Color #a20959

%0
%94
%45
%36

Triadic Colors of #a20959

#a20959 #59a209 #0959a2

Analogous Colors of #a20959

#a20959 #a2090d #9f09a2

Monochromatic Colors of #a20959

#a20959

Complementary Color

#a20959 #09a252

#a20959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20959 Color CSS Codes

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

#a20959 Text Font Color

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

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


#a20959 Background Color

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

This div background color is #a20959


#a20959 Border Color

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

This div border color is #a20959


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,9,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 #a20959">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20959


Comments

No comments written yet.

Please login to write comment.