Color Hex Logo

#a9458a Color Hex

#A9458A
(169,69,138)
0 Favorites   0 Comments

Color spaces of #a9458a

RGB 16969138
HSL0.890.420.47
HSV319°59°66°
CMYK 0.000.590.18   0.34
XYZ23.077814.526225.6323
Yxy14.52620.36490.2297
Hunter Lab38.113341.3846-13.1950
CIE-Lab44.978349.0912-18.3571

#a9458a color RGB value is (169,69,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000101 10001010
Octal 251 105 212
Decimal 169 69 138
Hex A9 45 8A

RGB Percentages of Color #a9458a

%44.95
%18.35
%36.70

CMYK Percentages of Color #a9458a

%0
%59
%18
%34

Triadic Colors of #a9458a

#a9458a #8aa945 #458aa9

Analogous Colors of #a9458a

#a9458a #a94558 #9645a9

Monochromatic Colors of #a9458a

#a9458a

Complementary Color

#a9458a #45a964

#a9458a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9458a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9458a Color CSS Codes

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

#a9458a Text Font Color

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

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


#a9458a Background Color

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

This div background color is #a9458a


#a9458a Border Color

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

This div border color is #a9458a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9458a


Comments

No comments written yet.

Please login to write comment.