Color Hex Logo

#a7031a Color Hex

#A7031A
(167,3,26)
0 Favorites   0 Comments

Color spaces of #a7031a

RGB 167326
HSL0.980.960.33
HSV352°98°65°
CMYK 0.000.980.84   0.35
XYZ16.15548.35521.7385
Yxy8.35520.61550.3183
Hunter Lab28.905449.180516.6678
CIE-Lab34.711958.382137.0726

#a7031a color RGB value is (167,3,26).

#a7031a hex color red value is 167, green value is 3 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #a7031a hue: 0.98 , saturation: 0.96 and the lightness value of a7031a is 0.33.

The process color (four color CMYK) of #a7031a color hex is 0.00, 0.98, 0.84, 0.35. Web safe color of #a7031a is #990033. Color #a7031a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000011 00011010
Octal 247 3 32
Decimal 167 3 26
Hex A7 3 1A

RGB Percentages of Color #a7031a

%85.20
%1.53
%13.27

CMYK Percentages of Color #a7031a

%0
%98
%84
%35

Triadic Colors of #a7031a

#a7031a #1aa703 #031aa7

Analogous Colors of #a7031a

#a7031a #a73e03 #a7036c

Monochromatic Colors of #a7031a

#a7031a

Complementary Color

#a7031a #03a790

#a7031a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7031a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7031a Color CSS Codes

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

#a7031a Text Font Color

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

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


#a7031a Background Color

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

This div background color is #a7031a


#a7031a Border Color

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

This div border color is #a7031a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,3,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7031a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7031a;
  -webkit-box-shadow: 1px 1px 3px 2px #a7031a;
  box-shadow:         1px 1px 3px 2px #a7031a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,3,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7031a


Comments

No comments written yet.

Please login to write comment.