Color Hex Logo

#a9115d Color Hex

#A9115D
(169,17,93)
0 Favorites   0 Comments

Color spaces of #a9115d

RGB 1691793
HSL0.920.820.36
HSV330°90°66°
CMYK 0.000.900.45   0.34
XYZ18.53849.626211.2369
Yxy9.62620.47050.2443
Hunter Lab31.026152.35970.2449
CIE-Lab37.163060.8156-2.1517

#a9115d color RGB value is (169,17,93).

#a9115d hex color red value is 169, green value is 17 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #a9115d hue: 0.92 , saturation: 0.82 and the lightness value of a9115d is 0.36.

The process color (four color CMYK) of #a9115d color hex is 0.00, 0.90, 0.45, 0.34. Web safe color of #a9115d is #990066. Color #a9115d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010001 01011101
Octal 251 21 135
Decimal 169 17 93
Hex A9 11 5D

RGB Percentages of Color #a9115d

%60.57
%6.09
%33.33

CMYK Percentages of Color #a9115d

%0
%90
%45
%34

Triadic Colors of #a9115d

#a9115d #5da911 #115da9

Analogous Colors of #a9115d

#a9115d #a91111 #a911a9

Monochromatic Colors of #a9115d

#a9115d

Complementary Color

#a9115d #11a95d

#a9115d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9115d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9115d Color CSS Codes

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

#a9115d Text Font Color

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

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


#a9115d Background Color

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

This div background color is #a9115d


#a9115d Border Color

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

This div border color is #a9115d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9115d


Comments

No comments written yet.

Please login to write comment.