Color Hex Logo

#a4947d Color Hex

#A4947D
(164,148,125)
0 Favorites   0 Comments

Color spaces of #a4947d

RGB 164148125
HSL0.100.180.57
HSV35°24°64°
CMYK 0.000.100.24   0.36
XYZ29.601430.553023.7392
Yxy30.55300.35280.3642
Hunter Lab55.2748-1.138413.2287
CIE-Lab62.12852.157414.3304

#a4947d color RGB value is (164,148,125).

#a4947d hex color red value is 164, green value is 148 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a4947d hue: 0.10 , saturation: 0.18 and the lightness value of a4947d is 0.57.

The process color (four color CMYK) of #a4947d color hex is 0.00, 0.10, 0.24, 0.36. Web safe color of #a4947d is #999966. Color #a4947d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010100 01111101
Octal 244 224 175
Decimal 164 148 125
Hex A4 94 7D

RGB Percentages of Color #a4947d

%37.53
%33.87
%28.60

CMYK Percentages of Color #a4947d

%0
%10
%24
%36

Triadic Colors of #a4947d

#a4947d #7da494 #947da4

Analogous Colors of #a4947d

#a4947d #a1a47d #a4817d

Monochromatic Colors of #a4947d

#a4947d

Complementary Color

#a4947d #7d8da4

#a4947d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4947d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4947d Color CSS Codes

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

#a4947d Text Font Color

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

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


#a4947d Background Color

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

This div background color is #a4947d


#a4947d Border Color

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

This div border color is #a4947d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,148,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4947d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4947d;
  -webkit-box-shadow: 1px 1px 3px 2px #a4947d;
  box-shadow:         1px 1px 3px 2px #a4947d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,148,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4947d


Comments

No comments written yet.

Please login to write comment.