Color Hex Logo

#a8228e Color Hex

#A8228E
(168,34,142)
0 Favorites   0 Comments

Color spaces of #a8228e

RGB 16834142
HSL0.870.660.40
HSV312°80°66°
CMYK 0.000.800.15   0.34
XYZ21.603011.421926.6572
Yxy11.42190.36200.1914
Hunter Lab33.796354.9558-23.1082
CIE-Lab40.282262.5417-28.0784

#a8228e color RGB value is (168,34,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100010 10001110
Octal 250 42 216
Decimal 168 34 142
Hex A8 22 8E

RGB Percentages of Color #a8228e

%48.84
%9.88
%41.28

CMYK Percentages of Color #a8228e

%0
%80
%15
%34

Triadic Colors of #a8228e

#a8228e #8ea822 #228ea8

Analogous Colors of #a8228e

#a8228e #a8224b #7f22a8

Monochromatic Colors of #a8228e

#a8228e

Complementary Color

#a8228e #22a83c

#a8228e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8228e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8228e Color CSS Codes

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

#a8228e Text Font Color

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

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


#a8228e Background Color

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

This div background color is #a8228e


#a8228e Border Color

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

This div border color is #a8228e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,34,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 #a8228e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8228e


Comments

No comments written yet.

Please login to write comment.