Color Hex Logo

#ab228d Color Hex

#AB228D
(171,34,141)
0 Favorites   0 Comments

Color spaces of #ab228d

RGB 17134141
HSL0.870.670.40
HSV313°80°67°
CMYK 0.000.800.18   0.33
XYZ22.174311.725126.2937
Yxy11.72510.36840.1948
Hunter Lab34.241955.6692-21.5583
CIE-Lab40.775863.0803-26.6559

#ab228d color RGB value is (171,34,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100010 10001101
Octal 253 42 215
Decimal 171 34 141
Hex AB 22 8D

RGB Percentages of Color #ab228d

%49.42
%9.83
%40.75

CMYK Percentages of Color #ab228d

%0
%80
%18
%33

Triadic Colors of #ab228d

#ab228d #8dab22 #228dab

Analogous Colors of #ab228d

#ab228d #ab2249 #8522ab

Monochromatic Colors of #ab228d

#ab228d

Complementary Color

#ab228d #22ab40

#ab228d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab228d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab228d Color CSS Codes

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

#ab228d Text Font Color

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

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


#ab228d Background Color

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

This div background color is #ab228d


#ab228d Border Color

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

This div border color is #ab228d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab228d


Comments

No comments written yet.

Please login to write comment.