Color Hex Logo

#a45891 Color Hex

#A45891
(164,88,145)
0 Favorites   0 Comments

Color spaces of #a45891

RGB 16488145
HSL0.880.300.49
HSV315°46°64°
CMYK 0.000.460.12   0.36
XYZ23.910416.916328.7930
Yxy16.91630.34340.2430
Hunter Lab41.129431.7936-12.7159
CIE-Lab48.154439.1081-17.7615

#a45891 color RGB value is (164,88,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011000 10010001
Octal 244 130 221
Decimal 164 88 145
Hex A4 58 91

RGB Percentages of Color #a45891

%41.31
%22.17
%36.52

CMYK Percentages of Color #a45891

%0
%46
%12
%36

Triadic Colors of #a45891

#a45891 #91a458 #5891a4

Analogous Colors of #a45891

#a45891 #a4586b #9158a4

Monochromatic Colors of #a45891

#a45891

Complementary Color

#a45891 #58a46b

#a45891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45891 Color CSS Codes

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

#a45891 Text Font Color

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

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


#a45891 Background Color

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

This div background color is #a45891


#a45891 Border Color

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

This div border color is #a45891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45891


Comments

No comments written yet.

Please login to write comment.