Color Hex Logo

#a7929f Color Hex

#A7929F
(167,146,159)
0 Favorites   0 Comments

Color spaces of #a7929f

RGB 167146159
HSL0.900.110.61
HSV323°13°65°
CMYK 0.000.130.05   0.35
XYZ32.473231.276537.1263
Yxy31.27650.32190.3100
Hunter Lab55.92545.7770-0.2121
CIE-Lab62.740410.1435-3.9646

#a7929f color RGB value is (167,146,159).

#a7929f hex color red value is 167, green value is 146 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a7929f hue: 0.90 , saturation: 0.11 and the lightness value of a7929f is 0.61.

The process color (four color CMYK) of #a7929f color hex is 0.00, 0.13, 0.05, 0.35. Web safe color of #a7929f is #999999. Color #a7929f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010010 10011111
Octal 247 222 237
Decimal 167 146 159
Hex A7 92 9F

RGB Percentages of Color #a7929f

%35.38
%30.93
%33.69

CMYK Percentages of Color #a7929f

%0
%13
%5
%35

Triadic Colors of #a7929f

#a7929f #9fa792 #929fa7

Analogous Colors of #a7929f

#a7929f #a79295 #a592a7

Monochromatic Colors of #a7929f

#a7929f

Complementary Color

#a7929f #92a79a

#a7929f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7929f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7929f Color CSS Codes

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

#a7929f Text Font Color

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

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


#a7929f Background Color

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

This div background color is #a7929f


#a7929f Border Color

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

This div border color is #a7929f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7929f


Comments

No comments written yet.

Please login to write comment.