Color Hex Logo

#a70f6f Color Hex

#A70F6F
(167,15,111)
0 Favorites   0 Comments

Color spaces of #a70f6f

RGB 16715111
HSL0.890.840.36
HSV322°91°65°
CMYK 0.000.910.34   0.35
XYZ18.97649.704815.9120
Yxy9.70480.42550.2176
Hunter Lab31.152554.2154-8.4772
CIE-Lab37.307362.4595-13.4369

#a70f6f color RGB value is (167,15,111).

#a70f6f hex color red value is 167, green value is 15 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #a70f6f hue: 0.89 , saturation: 0.84 and the lightness value of a70f6f is 0.36.

The process color (four color CMYK) of #a70f6f color hex is 0.00, 0.91, 0.34, 0.35. Web safe color of #a70f6f is #990066. Color #a70f6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001111 01101111
Octal 247 17 157
Decimal 167 15 111
Hex A7 F 6F

RGB Percentages of Color #a70f6f

%57.00
%5.12
%37.88

CMYK Percentages of Color #a70f6f

%0
%91
%34
%35

Triadic Colors of #a70f6f

#a70f6f #6fa70f #0f6fa7

Analogous Colors of #a70f6f

#a70f6f #a70f23 #930fa7

Monochromatic Colors of #a70f6f

#a70f6f

Complementary Color

#a70f6f #0fa747

#a70f6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70f6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70f6f Color CSS Codes

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

#a70f6f Text Font Color

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

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


#a70f6f Background Color

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

This div background color is #a70f6f


#a70f6f Border Color

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

This div border color is #a70f6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70f6f


Comments

No comments written yet.

Please login to write comment.