Color Hex Logo

#ab288e Color Hex

#AB288E
(171,40,142)
0 Favorites   0 Comments

Color spaces of #ab288e

RGB 17140142
HSL0.870.620.41
HSV313°77°67°
CMYK 0.000.770.17   0.33
XYZ22.435912.128526.7497
Yxy12.12850.36590.1978
Hunter Lab34.826054.0493-21.1622
CIE-Lab41.419661.5110-26.2618

#ab288e color RGB value is (171,40,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101000 10001110
Octal 253 50 216
Decimal 171 40 142
Hex AB 28 8E

RGB Percentages of Color #ab288e

%48.44
%11.33
%40.23

CMYK Percentages of Color #ab288e

%0
%77
%17
%33

Triadic Colors of #ab288e

#ab288e #8eab28 #288eab

Analogous Colors of #ab288e

#ab288e #ab284c #8728ab

Monochromatic Colors of #ab288e

#ab288e

Complementary Color

#ab288e #28ab45

#ab288e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab288e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab288e Color CSS Codes

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

#ab288e Text Font Color

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

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


#ab288e Background Color

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

This div background color is #ab288e


#ab288e Border Color

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

This div border color is #ab288e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab288e


Comments

No comments written yet.

Please login to write comment.