Color Hex Logo

#a9438e Color Hex

#A9438E
(169,67,142)
0 Favorites   0 Comments

Color spaces of #a9438e

RGB 16967142
HSL0.880.430.46
HSV316°60°66°
CMYK 0.000.600.16   0.34
XYZ23.251814.402327.1456
Yxy14.40230.35880.2223
Hunter Lab37.950442.9520-15.8444
CIE-Lab44.804450.6226-21.0408

#a9438e color RGB value is (169,67,142).

#a9438e hex color red value is 169, green value is 67 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a9438e hue: 0.88 , saturation: 0.43 and the lightness value of a9438e is 0.46.

The process color (four color CMYK) of #a9438e color hex is 0.00, 0.60, 0.16, 0.34. Web safe color of #a9438e is #993399. Color #a9438e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000011 10001110
Octal 251 103 216
Decimal 169 67 142
Hex A9 43 8E

RGB Percentages of Color #a9438e

%44.71
%17.72
%37.57

CMYK Percentages of Color #a9438e

%0
%60
%16
%34

Triadic Colors of #a9438e

#a9438e #8ea943 #438ea9

Analogous Colors of #a9438e

#a9438e #a9435b #9143a9

Monochromatic Colors of #a9438e

#a9438e

Complementary Color

#a9438e #43a95e

#a9438e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9438e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9438e Color CSS Codes

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

#a9438e Text Font Color

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

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


#a9438e Background Color

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

This div background color is #a9438e


#a9438e Border Color

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

This div border color is #a9438e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9438e


Comments

No comments written yet.

Please login to write comment.