Color Hex Logo

#a20619 Color Hex

#A20619
(162,6,25)
0 Favorites   0 Comments

Color spaces of #a20619

RGB 162625
HSL0.980.930.33
HSV353°96°64°
CMYK 0.000.960.85   0.36
XYZ15.14097.88181.6430
Yxy7.88180.61380.3195
Hunter Lab28.074547.136516.1824
CIE-Lab33.735556.667736.3286

#a20619 color RGB value is (162,6,25).

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

The process color (four color CMYK) of #a20619 color hex is 0.00, 0.96, 0.85, 0.36. Web safe color of #a20619 is #990000. Color #a20619 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00000110 00011001
Octal 242 6 31
Decimal 162 6 25
Hex A2 6 19

RGB Percentages of Color #a20619

%83.94
%3.11
%12.95

CMYK Percentages of Color #a20619

%0
%96
%85
%36

Triadic Colors of #a20619

#a20619 #19a206 #0619a2

Analogous Colors of #a20619

#a20619 #a24106 #a20667

Monochromatic Colors of #a20619

#a20619

Complementary Color

#a20619 #06a28f

#a20619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a20619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a20619 Color CSS Codes

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

#a20619 Text Font Color

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

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


#a20619 Background Color

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

This div background color is #a20619


#a20619 Border Color

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

This div border color is #a20619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a20619


Comments

No comments written yet.

Please login to write comment.