Color Hex Logo

#a9268d Color Hex

#A9268D
(169,38,141)
0 Favorites   0 Comments

Color spaces of #a9268d

RGB 16938141
HSL0.870.630.41
HSV313°78°66°
CMYK 0.000.780.17   0.34
XYZ21.863011.744326.3139
Yxy11.74430.36490.1960
Hunter Lab34.270053.9042-21.5364
CIE-Lab40.806861.4996-26.6344

#a9268d color RGB value is (169,38,141).

#a9268d hex color red value is 169, green value is 38 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a9268d hue: 0.87 , saturation: 0.63 and the lightness value of a9268d is 0.41.

The process color (four color CMYK) of #a9268d color hex is 0.00, 0.78, 0.17, 0.34. Web safe color of #a9268d is #993399. Color #a9268d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100110 10001101
Octal 251 46 215
Decimal 169 38 141
Hex A9 26 8D

RGB Percentages of Color #a9268d

%48.56
%10.92
%40.52

CMYK Percentages of Color #a9268d

%0
%78
%17
%34

Triadic Colors of #a9268d

#a9268d #8da926 #268da9

Analogous Colors of #a9268d

#a9268d #a9264c #8426a9

Monochromatic Colors of #a9268d

#a9268d

Complementary Color

#a9268d #26a942

#a9268d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9268d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9268d Color CSS Codes

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

#a9268d Text Font Color

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

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


#a9268d Background Color

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

This div background color is #a9268d


#a9268d Border Color

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

This div border color is #a9268d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9268d


Comments

No comments written yet.

Please login to write comment.