Color Hex Logo

#a45889 Color Hex

#A45889
(164,88,137)
0 Favorites   0 Comments

Color spaces of #a45889

RGB 16488137
HSL0.890.300.49
HSV321°46°64°
CMYK 0.000.460.16   0.36
XYZ23.314916.678125.6573
Yxy16.67810.35510.2540
Hunter Lab40.838830.4378-8.6622
CIE-Lab47.851937.7698-13.4428

#a45889 color RGB value is (164,88,137).

#a45889 hex color red value is 164, green value is 88 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #a45889 hue: 0.89 , saturation: 0.30 and the lightness value of a45889 is 0.49.

The process color (four color CMYK) of #a45889 color hex is 0.00, 0.46, 0.16, 0.36. Web safe color of #a45889 is #996699. Color #a45889 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011000 10001001
Octal 244 130 211
Decimal 164 88 137
Hex A4 58 89

RGB Percentages of Color #a45889

%42.16
%22.62
%35.22

CMYK Percentages of Color #a45889

%0
%46
%16
%36

Triadic Colors of #a45889

#a45889 #89a458 #5889a4

Analogous Colors of #a45889

#a45889 #a45863 #9958a4

Monochromatic Colors of #a45889

#a45889

Complementary Color

#a45889 #58a473

#a45889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45889 Color CSS Codes

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

#a45889 Text Font Color

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

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


#a45889 Background Color

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

This div background color is #a45889


#a45889 Border Color

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

This div border color is #a45889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45889


Comments

No comments written yet.

Please login to write comment.