Color Hex Logo

#a7064e Color Hex

#A7064E
(167,6,78)
0 Favorites   0 Comments

Color spaces of #a7064e

RGB 167678
HSL0.930.930.34
HSV333°96°65°
CMYK 0.000.960.53   0.35
XYZ17.37668.89588.0089
Yxy8.89580.50690.2595
Hunter Lab29.825851.79934.9574
CIE-Lab35.782960.57595.4827

#a7064e color RGB value is (167,6,78).

#a7064e hex color red value is 167, green value is 6 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #a7064e hue: 0.93 , saturation: 0.93 and the lightness value of a7064e is 0.34.

The process color (four color CMYK) of #a7064e color hex is 0.00, 0.96, 0.53, 0.35. Web safe color of #a7064e is #990066. Color #a7064e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000110 01001110
Octal 247 6 116
Decimal 167 6 78
Hex A7 6 4E

RGB Percentages of Color #a7064e

%66.53
%2.39
%31.08

CMYK Percentages of Color #a7064e

%0
%96
%53
%35

Triadic Colors of #a7064e

#a7064e #4ea706 #064ea7

Analogous Colors of #a7064e

#a7064e #a70e06 #a7069f

Monochromatic Colors of #a7064e

#a7064e

Complementary Color

#a7064e #06a75f

#a7064e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7064e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7064e Color CSS Codes

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

#a7064e Text Font Color

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

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


#a7064e Background Color

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

This div background color is #a7064e


#a7064e Border Color

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

This div border color is #a7064e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7064e


Comments

No comments written yet.

Please login to write comment.