Color Hex Logo

#a61431 Color Hex

#A61431
(166,20,49)
0 Favorites   0 Comments

Color spaces of #a61431

RGB 1662049
HSL0.970.780.36
HSV348°88°65°
CMYK 0.000.880.70   0.35
XYZ16.53048.82913.7387
Yxy8.82910.56810.3034
Hunter Lab29.713847.304113.3396
CIE-Lab35.653156.451924.0516

#a61431 color RGB value is (166,20,49).

#a61431 hex color red value is 166, green value is 20 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #a61431 hue: 0.97 , saturation: 0.78 and the lightness value of a61431 is 0.36.

The process color (four color CMYK) of #a61431 color hex is 0.00, 0.88, 0.70, 0.35. Web safe color of #a61431 is #990033. Color #a61431 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010100 00110001
Octal 246 24 61
Decimal 166 20 49
Hex A6 14 31

RGB Percentages of Color #a61431

%70.64
%8.51
%20.85

CMYK Percentages of Color #a61431

%0
%88
%70
%35

Triadic Colors of #a61431

#a61431 #31a614 #1431a6

Analogous Colors of #a61431

#a61431 #a64014 #a6147a

Monochromatic Colors of #a61431

#a61431

Complementary Color

#a61431 #14a689

#a61431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61431 Color CSS Codes

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

#a61431 Text Font Color

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

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


#a61431 Background Color

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

This div background color is #a61431


#a61431 Border Color

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

This div border color is #a61431


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,20,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a61431; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a61431;
  -webkit-box-shadow: 1px 1px 3px 2px #a61431;
  box-shadow:         1px 1px 3px 2px #a61431; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,20,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61431


Comments

No comments written yet.

Please login to write comment.