Color Hex Logo

#ab488c Color Hex

#AB488C
(171,72,140)
0 Favorites   0 Comments

Color spaces of #ab488c

RGB 17172140
HSL0.890.410.48
HSV319°58°67°
CMYK 0.000.580.18   0.33
XYZ23.845615.186126.4854
Yxy15.18610.36400.2318
Hunter Lab38.969341.0290-13.0177
CIE-Lab45.888048.5915-18.1437

#ab488c color RGB value is (171,72,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001000 10001100
Octal 253 110 214
Decimal 171 72 140
Hex AB 48 8C

RGB Percentages of Color #ab488c

%44.65
%18.80
%36.55

CMYK Percentages of Color #ab488c

%0
%58
%18
%33

Triadic Colors of #ab488c

#ab488c #8cab48 #488cab

Analogous Colors of #ab488c

#ab488c #ab485b #9948ab

Monochromatic Colors of #ab488c

#ab488c

Complementary Color

#ab488c #48ab67

#ab488c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab488c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab488c Color CSS Codes

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

#ab488c Text Font Color

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

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


#ab488c Background Color

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

This div background color is #ab488c


#ab488c Border Color

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

This div border color is #ab488c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab488c


Comments

No comments written yet.

Please login to write comment.