Color Hex Logo

#ab288d Color Hex

#AB288D
(171,40,141)
0 Favorites   0 Comments

Color spaces of #ab288d

RGB 17140141
HSL0.870.620.41
HSV314°77°67°
CMYK 0.000.770.18   0.33
XYZ22.361112.098626.3560
Yxy12.09860.36770.1989
Hunter Lab34.783053.8826-20.5774
CIE-Lab41.372461.3708-25.7256

#ab288d color RGB value is (171,40,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101000 10001101
Octal 253 50 215
Decimal 171 40 141
Hex AB 28 8D

RGB Percentages of Color #ab288d

%48.58
%11.36
%40.06

CMYK Percentages of Color #ab288d

%0
%77
%18
%33

Triadic Colors of #ab288d

#ab288d #8dab28 #288dab

Analogous Colors of #ab288d

#ab288d #ab284b #8828ab

Monochromatic Colors of #ab288d

#ab288d

Complementary Color

#ab288d #28ab46

#ab288d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab288d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab288d Color CSS Codes

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

#ab288d Text Font Color

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

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


#ab288d Background Color

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

This div background color is #ab288d


#ab288d Border Color

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

This div border color is #ab288d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab288d


Comments

No comments written yet.

Please login to write comment.