Color Hex Logo

#a95894 Color Hex

#A95894
(169,88,148)
0 Favorites   0 Comments

Color spaces of #a95894

RGB 16988148
HSL0.880.320.50
HSV316°48°66°
CMYK 0.000.480.12   0.34
XYZ25.197217.552630.0769
Yxy17.55260.34600.2410
Hunter Lab41.895834.0367-13.2371
CIE-Lab48.948941.2472-18.2721

#a95894 color RGB value is (169,88,148).

#a95894 hex color red value is 169, green value is 88 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a95894 hue: 0.88 , saturation: 0.32 and the lightness value of a95894 is 0.50.

The process color (four color CMYK) of #a95894 color hex is 0.00, 0.48, 0.12, 0.34. Web safe color of #a95894 is #996699. Color #a95894 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011000 10010100
Octal 251 130 224
Decimal 169 88 148
Hex A9 58 94

RGB Percentages of Color #a95894

%41.73
%21.73
%36.54

CMYK Percentages of Color #a95894

%0
%48
%12
%34

Triadic Colors of #a95894

#a95894 #94a958 #5894a9

Analogous Colors of #a95894

#a95894 #a9586c #9658a9

Monochromatic Colors of #a95894

#a95894

Complementary Color

#a95894 #58a96d

#a95894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95894 Color CSS Codes

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

#a95894 Text Font Color

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

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


#a95894 Background Color

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

This div background color is #a95894


#a95894 Border Color

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

This div border color is #a95894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95894


Comments

No comments written yet.

Please login to write comment.