Color Hex Logo

#a9387d Color Hex

#A9387D
(169,56,125)
0 Favorites   0 Comments

Color spaces of #a9387d

RGB 16956125
HSL0.900.500.44
HSV323°67°66°
CMYK 0.000.670.26   0.34
XYZ21.478012.744020.7299
Yxy12.74400.39090.2319
Hunter Lab35.698744.9210-9.4400
CIE-Lab42.375052.9314-14.4095

#a9387d color RGB value is (169,56,125).

#a9387d hex color red value is 169, green value is 56 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a9387d hue: 0.90 , saturation: 0.50 and the lightness value of a9387d is 0.44.

The process color (four color CMYK) of #a9387d color hex is 0.00, 0.67, 0.26, 0.34. Web safe color of #a9387d is #993366. Color #a9387d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111000 01111101
Octal 251 70 175
Decimal 169 56 125
Hex A9 38 7D

RGB Percentages of Color #a9387d

%48.29
%16.00
%35.71

CMYK Percentages of Color #a9387d

%0
%67
%26
%34

Triadic Colors of #a9387d

#a9387d #7da938 #387da9

Analogous Colors of #a9387d

#a9387d #a93845 #9d38a9

Monochromatic Colors of #a9387d

#a9387d

Complementary Color

#a9387d #38a964

#a9387d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9387d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9387d Color CSS Codes

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

#a9387d Text Font Color

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

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


#a9387d Background Color

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

This div background color is #a9387d


#a9387d Border Color

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

This div border color is #a9387d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9387d


Comments

No comments written yet.

Please login to write comment.