Color Hex Logo

#a7001a Color Hex

#A7001A
(167,0,26)
0 Favorites   0 Comments

Color spaces of #a7001a

RGB 167026
HSL0.971.000.33
HSV351°100°65°
CMYK 0.001.000.84   0.35
XYZ16.12288.29011.7277
Yxy8.29010.61680.3171
Hunter Lab28.792549.566716.5971
CIE-Lab34.579958.764936.9494

#a7001a color RGB value is (167,0,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000000 00011010
Octal 247 0 32
Decimal 167 0 26
Hex A7 0 1A

RGB Percentages of Color #a7001a

%86.53
%0.00
%13.47

CMYK Percentages of Color #a7001a

%0
%100
%84
%35

Triadic Colors of #a7001a

#a7001a #1aa700 #001aa7

Analogous Colors of #a7001a

#a7001a #a73a00 #a7006e

Monochromatic Colors of #a7001a

#a7001a

Complementary Color

#a7001a #00a78d

#a7001a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7001a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7001a Color CSS Codes

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

#a7001a Text Font Color

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

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


#a7001a Background Color

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

This div background color is #a7001a


#a7001a Border Color

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

This div border color is #a7001a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7001a


Comments

No comments written yet.

Please login to write comment.