Color Hex Logo

#ab488d Color Hex

#AB488D
(171,72,141)
0 Favorites   0 Comments

Color spaces of #ab488d

RGB 17172141
HSL0.880.410.48
HSV318°58°67°
CMYK 0.000.580.18   0.33
XYZ23.919715.215726.8755
Yxy15.21570.36240.2305
Hunter Lab39.007341.1953-13.5449
CIE-Lab45.928248.7446-18.6844

#ab488d color RGB value is (171,72,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001000 10001101
Octal 253 110 215
Decimal 171 72 141
Hex AB 48 8D

RGB Percentages of Color #ab488d

%44.53
%18.75
%36.72

CMYK Percentages of Color #ab488d

%0
%58
%18
%33

Triadic Colors of #ab488d

#ab488d #8dab48 #488dab

Analogous Colors of #ab488d

#ab488d #ab485c #9848ab

Monochromatic Colors of #ab488d

#ab488d

Complementary Color

#ab488d #48ab66

#ab488d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab488d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab488d Color CSS Codes

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

#ab488d Text Font Color

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

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


#ab488d Background Color

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

This div background color is #ab488d


#ab488d Border Color

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

This div border color is #ab488d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab488d


Comments

No comments written yet.

Please login to write comment.