Color Hex Logo

#ab487f Color Hex

#AB487F
(171,72,127)
0 Favorites   0 Comments

Color spaces of #ab487f

RGB 17172127
HSL0.910.410.48
HSV327°58°67°
CMYK 0.000.580.26   0.33
XYZ22.942714.825021.7310
Yxy14.82500.38560.2492
Hunter Lab38.503238.9810-6.5106
CIE-Lab45.393646.6914-11.0280

#ab487f color RGB value is (171,72,127).

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

The process color (four color CMYK) of #ab487f color hex is 0.00, 0.58, 0.26, 0.33. Web safe color of #ab487f is #993366. Color #ab487f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001000 01111111
Octal 253 110 177
Decimal 171 72 127
Hex AB 48 7F

RGB Percentages of Color #ab487f

%46.22
%19.46
%34.32

CMYK Percentages of Color #ab487f

%0
%58
%26
%33

Triadic Colors of #ab487f

#ab487f #7fab48 #487fab

Analogous Colors of #ab487f

#ab487f #ab484e #a648ab

Monochromatic Colors of #ab487f

#ab487f

Complementary Color

#ab487f #48ab74

#ab487f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab487f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab487f Color CSS Codes

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

#ab487f Text Font Color

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

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


#ab487f Background Color

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

This div background color is #ab487f


#ab487f Border Color

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

This div border color is #ab487f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab487f


Comments

No comments written yet.

Please login to write comment.