Color Hex Logo

#a7486d Color Hex

#A7486D
(167,72,109)
0 Favorites   0 Comments

Color spaces of #a7486d

RGB 16772109
HSL0.940.400.47
HSV337°57°65°
CMYK 0.000.570.35   0.35
XYZ21.014013.954316.0539
Yxy13.95430.41190.2735
Hunter Lab37.355535.04160.6683
CIE-Lab44.167342.9966-1.9215

#a7486d color RGB value is (167,72,109).

#a7486d hex color red value is 167, green value is 72 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a7486d hue: 0.94 , saturation: 0.40 and the lightness value of a7486d is 0.47.

The process color (four color CMYK) of #a7486d color hex is 0.00, 0.57, 0.35, 0.35. Web safe color of #a7486d is #993366. Color #a7486d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001000 01101101
Octal 247 110 155
Decimal 167 72 109
Hex A7 48 6D

RGB Percentages of Color #a7486d

%47.99
%20.69
%31.32

CMYK Percentages of Color #a7486d

%0
%57
%35
%35

Triadic Colors of #a7486d

#a7486d #6da748 #486da7

Analogous Colors of #a7486d

#a7486d #a75348 #a7489d

Monochromatic Colors of #a7486d

#a7486d

Complementary Color

#a7486d #48a782

#a7486d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7486d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7486d Color CSS Codes

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

#a7486d Text Font Color

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

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


#a7486d Background Color

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

This div background color is #a7486d


#a7486d Border Color

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

This div border color is #a7486d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7486d


Comments

No comments written yet.

Please login to write comment.