Color Hex Logo

#a7123e Color Hex

#A7123E
(167,18,62)
0 Favorites   0 Comments

Color spaces of #a7123e

RGB 1671862
HSL0.950.810.36
HSV342°89°65°
CMYK 0.000.890.63   0.35
XYZ17.02228.99595.3966
Yxy8.99590.54190.2864
Hunter Lab29.993248.817110.3273
CIE-Lab35.976457.799316.1490

#a7123e color RGB value is (167,18,62).

#a7123e hex color red value is 167, green value is 18 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a7123e hue: 0.95 , saturation: 0.81 and the lightness value of a7123e is 0.36.

The process color (four color CMYK) of #a7123e color hex is 0.00, 0.89, 0.63, 0.35. Web safe color of #a7123e is #990033. Color #a7123e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010010 00111110
Octal 247 22 76
Decimal 167 18 62
Hex A7 12 3E

RGB Percentages of Color #a7123e

%67.61
%7.29
%25.10

CMYK Percentages of Color #a7123e

%0
%89
%63
%35

Triadic Colors of #a7123e

#a7123e #3ea712 #123ea7

Analogous Colors of #a7123e

#a7123e #a73112 #a71289

Monochromatic Colors of #a7123e

#a7123e

Complementary Color

#a7123e #12a77b

#a7123e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7123e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7123e Color CSS Codes

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

#a7123e Text Font Color

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

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


#a7123e Background Color

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

This div background color is #a7123e


#a7123e Border Color

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

This div border color is #a7123e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7123e


Comments

No comments written yet.

Please login to write comment.