Color Hex Logo

#a7150e Color Hex

#A7150E
(167,21,14)
0 Favorites   0 Comments

Color spaces of #a7150e

RGB 1672114
HSL0.010.850.35
HSV92°65°
CMYK 0.000.870.92   0.35
XYZ16.28388.78351.2526
Yxy8.78350.61870.3337
Hunter Lab29.637046.210718.2400
CIE-Lab35.564155.441043.7546

#a7150e color RGB value is (167,21,14).

#a7150e hex color red value is 167, green value is 21 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #a7150e hue: 0.01 , saturation: 0.85 and the lightness value of a7150e is 0.35.

The process color (four color CMYK) of #a7150e color hex is 0.00, 0.87, 0.92, 0.35. Web safe color of #a7150e is #990000. Color #a7150e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010101 00001110
Octal 247 25 16
Decimal 167 21 14
Hex A7 15 E

RGB Percentages of Color #a7150e

%82.67
%10.40
%6.93

CMYK Percentages of Color #a7150e

%0
%87
%92
%35

Triadic Colors of #a7150e

#a7150e #0ea715 #150ea7

Analogous Colors of #a7150e

#a7150e #a7610e #a70e54

Monochromatic Colors of #a7150e

#a7150e

Complementary Color

#a7150e #0ea0a7

#a7150e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7150e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7150e Color CSS Codes

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

#a7150e Text Font Color

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

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


#a7150e Background Color

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

This div background color is #a7150e


#a7150e Border Color

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

This div border color is #a7150e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7150e


Comments

No comments written yet.

Please login to write comment.