Color Hex Logo

#a9228b Color Hex

#A9228B
(169,34,139)
0 Favorites   0 Comments

Color spaces of #a9228b

RGB 16934139
HSL0.870.670.40
HSV313°80°66°
CMYK 0.000.800.18   0.34
XYZ21.594411.443225.4967
Yxy11.44320.36890.1955
Hunter Lab33.827854.7491-21.0086
CIE-Lab40.317162.3505-26.1755

#a9228b color RGB value is (169,34,139).

#a9228b hex color red value is 169, green value is 34 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #a9228b hue: 0.87 , saturation: 0.67 and the lightness value of a9228b is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100010 10001011
Octal 251 42 213
Decimal 169 34 139
Hex A9 22 8B

RGB Percentages of Color #a9228b

%49.42
%9.94
%40.64

CMYK Percentages of Color #a9228b

%0
%80
%18
%34

Triadic Colors of #a9228b

#a9228b #8ba922 #228ba9

Analogous Colors of #a9228b

#a9228b #a92248 #8422a9

Monochromatic Colors of #a9228b

#a9228b

Complementary Color

#a9228b #22a940

#a9228b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9228b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9228b Color CSS Codes

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

#a9228b Text Font Color

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

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


#a9228b Background Color

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

This div background color is #a9228b


#a9228b Border Color

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

This div border color is #a9228b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9228b


Comments

No comments written yet.

Please login to write comment.