Color Hex Logo

#a7394e Color Hex

#A7394E
(167,57,78)
0 Favorites   0 Comments

Color spaces of #a7394e

RGB 1675778
HSL0.970.490.44
HSV349°66°65°
CMYK 0.000.660.53   0.35
XYZ18.774611.69188.4749
Yxy11.69180.48210.3002
Hunter Lab34.193338.17139.2401
CIE-Lab40.722046.701412.4038

#a7394e color RGB value is (167,57,78).

#a7394e hex color red value is 167, green value is 57 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #a7394e hue: 0.97 , saturation: 0.49 and the lightness value of a7394e is 0.44.

The process color (four color CMYK) of #a7394e color hex is 0.00, 0.66, 0.53, 0.35. Web safe color of #a7394e is #993366. Color #a7394e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00111001 01001110
Octal 247 71 116
Decimal 167 57 78
Hex A7 39 4E

RGB Percentages of Color #a7394e

%55.30
%18.87
%25.83

CMYK Percentages of Color #a7394e

%0
%66
%53
%35

Triadic Colors of #a7394e

#a7394e #4ea739 #394ea7

Analogous Colors of #a7394e

#a7394e #a75b39 #a73985

Monochromatic Colors of #a7394e

#a7394e

Complementary Color

#a7394e #39a792

#a7394e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7394e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7394e Color CSS Codes

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

#a7394e Text Font Color

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

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


#a7394e Background Color

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

This div background color is #a7394e


#a7394e Border Color

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

This div border color is #a7394e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7394e


Comments

No comments written yet.

Please login to write comment.