Color Hex Logo

#a94589 Color Hex

#A94589
(169,69,137)
0 Favorites   0 Comments

Color spaces of #a94589

RGB 16969137
HSL0.890.420.47
HSV319°59°66°
CMYK 0.000.590.19   0.34
XYZ23.005714.497425.2527
Yxy14.49740.36660.2310
Hunter Lab38.075541.2201-12.6700
CIE-Lab44.938048.9398-17.8140

#a94589 color RGB value is (169,69,137).

#a94589 hex color red value is 169, green value is 69 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #a94589 hue: 0.89 , saturation: 0.42 and the lightness value of a94589 is 0.47.

The process color (four color CMYK) of #a94589 color hex is 0.00, 0.59, 0.19, 0.34. Web safe color of #a94589 is #993399. Color #a94589 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000101 10001001
Octal 251 105 211
Decimal 169 69 137
Hex A9 45 89

RGB Percentages of Color #a94589

%45.07
%18.40
%36.53

CMYK Percentages of Color #a94589

%0
%59
%19
%34

Triadic Colors of #a94589

#a94589 #89a945 #4589a9

Analogous Colors of #a94589

#a94589 #a94557 #9745a9

Monochromatic Colors of #a94589

#a94589

Complementary Color

#a94589 #45a965

#a94589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94589 Color CSS Codes

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

#a94589 Text Font Color

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

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


#a94589 Background Color

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

This div background color is #a94589


#a94589 Border Color

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

This div border color is #a94589


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,69,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 #a94589">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94589


Comments

No comments written yet.

Please login to write comment.