Color Hex Logo

#ab228f Color Hex

#AB228F
(171,34,143)
0 Favorites   0 Comments

Color spaces of #ab228f

RGB 17134143
HSL0.870.670.40
HSV312°80°67°
CMYK 0.000.800.16   0.33
XYZ22.324511.785227.0847
Yxy11.78520.36480.1926
Hunter Lab34.329656.0017-22.7468
CIE-Lab40.872763.3563-27.7255

#ab228f color RGB value is (171,34,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100010 10001111
Octal 253 42 217
Decimal 171 34 143
Hex AB 22 8F

RGB Percentages of Color #ab228f

%49.14
%9.77
%41.09

CMYK Percentages of Color #ab228f

%0
%80
%16
%33

Triadic Colors of #ab228f

#ab228f #8fab22 #228fab

Analogous Colors of #ab228f

#ab228f #ab224b #8322ab

Monochromatic Colors of #ab228f

#ab228f

Complementary Color

#ab228f #22ab3e

#ab228f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab228f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab228f Color CSS Codes

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

#ab228f Text Font Color

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

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


#ab228f Background Color

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

This div background color is #ab228f


#ab228f Border Color

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

This div border color is #ab228f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab228f


Comments

No comments written yet.

Please login to write comment.