Color Hex Logo

#a47296 Color Hex

#A47296
(164,114,150)
0 Favorites   0 Comments

Color spaces of #a47296

RGB 164114150
HSL0.880.220.55
HSV317°30°64°
CMYK 0.000.300.09   0.36
XYZ26.832222.129131.7113
Yxy22.12910.33260.2743
Hunter Lab47.041619.4924-7.0390
CIE-Lab54.163725.5718-11.5989

#a47296 color RGB value is (164,114,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110010 10010110
Octal 244 162 226
Decimal 164 114 150
Hex A4 72 96

RGB Percentages of Color #a47296

%38.32
%26.64
%35.05

CMYK Percentages of Color #a47296

%0
%30
%9
%36

Triadic Colors of #a47296

#a47296 #96a472 #7296a4

Analogous Colors of #a47296

#a47296 #a4727d #9972a4

Monochromatic Colors of #a47296

#a47296

Complementary Color

#a47296 #72a480

#a47296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47296 Color CSS Codes

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

#a47296 Text Font Color

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

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


#a47296 Background Color

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

This div background color is #a47296


#a47296 Border Color

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

This div border color is #a47296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47296


Comments

No comments written yet.

Please login to write comment.