Color Hex Logo

#a45893 Color Hex

#A45893
(164,88,147)
0 Favorites   0 Comments

Color spaces of #a45893

RGB 16488147
HSL0.870.300.49
HSV313°46°64°
CMYK 0.000.460.10   0.36
XYZ24.066016.978529.6125
Yxy16.97850.34060.2403
Hunter Lab41.205032.1452-13.7661
CIE-Lab48.232939.4528-18.8327

#a45893 color RGB value is (164,88,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011000 10010011
Octal 244 130 223
Decimal 164 88 147
Hex A4 58 93

RGB Percentages of Color #a45893

%41.10
%22.06
%36.84

CMYK Percentages of Color #a45893

%0
%46
%10
%36

Triadic Colors of #a45893

#a45893 #93a458 #5893a4

Analogous Colors of #a45893

#a45893 #a4586d #8f58a4

Monochromatic Colors of #a45893

#a45893

Complementary Color

#a45893 #58a469

#a45893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45893 Color CSS Codes

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

#a45893 Text Font Color

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

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


#a45893 Background Color

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

This div background color is #a45893


#a45893 Border Color

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

This div border color is #a45893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45893


Comments

No comments written yet.

Please login to write comment.