Color Hex Logo

#a47288 Color Hex

#A47288
(164,114,136)
0 Favorites   0 Comments

Color spaces of #a47288

RGB 164114136
HSL0.930.220.55
HSV334°30°64°
CMYK 0.000.300.17   0.36
XYZ25.771121.704726.1237
Yxy21.70470.35020.2949
Hunter Lab46.588317.2107-0.6342
CIE-Lab53.712323.1357-4.0827

#a47288 color RGB value is (164,114,136).

#a47288 hex color red value is 164, green value is 114 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #a47288 hue: 0.93 , saturation: 0.22 and the lightness value of a47288 is 0.55.

The process color (four color CMYK) of #a47288 color hex is 0.00, 0.30, 0.17, 0.36. Web safe color of #a47288 is #996699. Color #a47288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110010 10001000
Octal 244 162 210
Decimal 164 114 136
Hex A4 72 88

RGB Percentages of Color #a47288

%39.61
%27.54
%32.85

CMYK Percentages of Color #a47288

%0
%30
%17
%36

Triadic Colors of #a47288

#a47288 #88a472 #7288a4

Analogous Colors of #a47288

#a47288 #a47572 #a472a1

Monochromatic Colors of #a47288

#a47288

Complementary Color

#a47288 #72a48e

#a47288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47288 Color CSS Codes

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

#a47288 Text Font Color

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

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


#a47288 Background Color

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

This div background color is #a47288


#a47288 Border Color

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

This div border color is #a47288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47288


Comments

No comments written yet.

Please login to write comment.