Color Hex Logo

#a7056b Color Hex

#A7056B
(167,5,107)
0 Favorites   0 Comments

Color spaces of #a7056b

RGB 1675107
HSL0.900.940.34
HSV322°97°65°
CMYK 0.000.970.36   0.35
XYZ18.64459.385614.7388
Yxy9.38560.43590.2194
Hunter Lab30.635955.0192-7.0790
CIE-Lab36.716463.2931-11.8003

#a7056b color RGB value is (167,5,107).

#a7056b hex color red value is 167, green value is 5 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a7056b hue: 0.90 , saturation: 0.94 and the lightness value of a7056b is 0.34.

The process color (four color CMYK) of #a7056b color hex is 0.00, 0.97, 0.36, 0.35. Web safe color of #a7056b is #990066. Color #a7056b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000101 01101011
Octal 247 5 153
Decimal 167 5 107
Hex A7 5 6B

RGB Percentages of Color #a7056b

%59.86
%1.79
%38.35

CMYK Percentages of Color #a7056b

%0
%97
%36
%35

Triadic Colors of #a7056b

#a7056b #6ba705 #056ba7

Analogous Colors of #a7056b

#a7056b #a7051a #9205a7

Monochromatic Colors of #a7056b

#a7056b

Complementary Color

#a7056b #05a741

#a7056b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7056b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7056b Color CSS Codes

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

#a7056b Text Font Color

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

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


#a7056b Background Color

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

This div background color is #a7056b


#a7056b Border Color

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

This div border color is #a7056b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7056b


Comments

No comments written yet.

Please login to write comment.