Color Hex Logo

#a7929d Color Hex

#A7929D
(167,146,157)
0 Favorites   0 Comments

Color spaces of #a7929d

RGB 167146157
HSL0.910.110.61
HSV329°13°65°
CMYK 0.000.130.06   0.35
XYZ32.301031.207636.2195
Yxy31.20760.32390.3129
Hunter Lab55.86385.44890.6637
CIE-Lab62.68259.7740-2.9174

#a7929d color RGB value is (167,146,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010010 10011101
Octal 247 222 235
Decimal 167 146 157
Hex A7 92 9D

RGB Percentages of Color #a7929d

%35.53
%31.06
%33.40

CMYK Percentages of Color #a7929d

%0
%13
%6
%35

Triadic Colors of #a7929d

#a7929d #9da792 #929da7

Analogous Colors of #a7929d

#a7929d #a79293 #a792a7

Monochromatic Colors of #a7929d

#a7929d

Complementary Color

#a7929d #92a79c

#a7929d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7929d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7929d Color CSS Codes

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

#a7929d Text Font Color

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

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


#a7929d Background Color

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

This div background color is #a7929d


#a7929d Border Color

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

This div border color is #a7929d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7929d


Comments

No comments written yet.

Please login to write comment.