Color Hex Logo

#a45677 Color Hex

#A45677
(164,86,119)
0 Favorites   0 Comments

Color spaces of #a45677

RGB 16486119
HSL0.930.310.49
HSV335°48°64°
CMYK 0.000.480.27   0.36
XYZ21.967415.880019.3601
Yxy15.88000.38400.2776
Hunter Lab39.849728.6622-0.9099
CIE-Lab46.816736.0819-4.1592

#a45677 color RGB value is (164,86,119).

#a45677 hex color red value is 164, green value is 86 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #a45677 hue: 0.93 , saturation: 0.31 and the lightness value of a45677 is 0.49.

The process color (four color CMYK) of #a45677 color hex is 0.00, 0.48, 0.27, 0.36. Web safe color of #a45677 is #996666. Color #a45677 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010110 01110111
Octal 244 126 167
Decimal 164 86 119
Hex A4 56 77

RGB Percentages of Color #a45677

%44.44
%23.31
%32.25

CMYK Percentages of Color #a45677

%0
%48
%27
%36

Triadic Colors of #a45677

#a45677 #77a456 #5677a4

Analogous Colors of #a45677

#a45677 #a45c56 #a4569e

Monochromatic Colors of #a45677

#a45677

Complementary Color

#a45677 #56a483

#a45677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45677 Color CSS Codes

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

#a45677 Text Font Color

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

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


#a45677 Background Color

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

This div background color is #a45677


#a45677 Border Color

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

This div border color is #a45677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45677


Comments

No comments written yet.

Please login to write comment.