Color Hex Logo

#ab228e Color Hex

#AB228E
(171,34,142)
0 Favorites   0 Comments

Color spaces of #ab228e

RGB 17134142
HSL0.870.670.40
HSV313°80°67°
CMYK 0.000.800.17   0.33
XYZ22.249111.755026.6875
Yxy11.75500.36660.1937
Hunter Lab34.285655.8351-22.1508
CIE-Lab40.824163.2182-27.1914

#ab228e color RGB value is (171,34,142).

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

The process color (four color CMYK) of #ab228e color hex is 0.00, 0.80, 0.17, 0.33. Web safe color of #ab228e is #993399. Color #ab228e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100010 10001110
Octal 253 42 216
Decimal 171 34 142
Hex AB 22 8E

RGB Percentages of Color #ab228e

%49.28
%9.80
%40.92

CMYK Percentages of Color #ab228e

%0
%80
%17
%33

Triadic Colors of #ab228e

#ab228e #8eab22 #228eab

Analogous Colors of #ab228e

#ab228e #ab224a #8422ab

Monochromatic Colors of #ab228e

#ab228e

Complementary Color

#ab228e #22ab3f

#ab228e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab228e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab228e Color CSS Codes

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

#ab228e Text Font Color

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

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


#ab228e Background Color

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

This div background color is #ab228e


#ab228e Border Color

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

This div border color is #ab228e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab228e


Comments

No comments written yet.

Please login to write comment.