Color Hex Logo

#a71630 Color Hex

#A71630
(167,22,48)
0 Favorites   0 Comments

Color spaces of #a71630

RGB 1672248
HSL0.970.770.37
HSV349°87°65°
CMYK 0.000.870.71   0.35
XYZ16.75689.00273.6508
Yxy9.00270.56980.3061
Hunter Lab30.004547.180113.7890
CIE-Lab35.989556.270525.1450

#a71630 color RGB value is (167,22,48).

#a71630 hex color red value is 167, green value is 22 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #a71630 hue: 0.97 , saturation: 0.77 and the lightness value of a71630 is 0.37.

The process color (four color CMYK) of #a71630 color hex is 0.00, 0.87, 0.71, 0.35. Web safe color of #a71630 is #990033. Color #a71630 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010110 00110000
Octal 247 26 60
Decimal 167 22 48
Hex A7 16 30

RGB Percentages of Color #a71630

%70.46
%9.28
%20.25

CMYK Percentages of Color #a71630

%0
%87
%71
%35

Triadic Colors of #a71630

#a71630 #30a716 #1630a7

Analogous Colors of #a71630

#a71630 #a74516 #a71679

Monochromatic Colors of #a71630

#a71630

Complementary Color

#a71630 #16a78d

#a71630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71630 Color CSS Codes

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

#a71630 Text Font Color

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

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


#a71630 Background Color

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

This div background color is #a71630


#a71630 Border Color

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

This div border color is #a71630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71630


Comments

No comments written yet.

Please login to write comment.