Color Hex Logo

#ab487b Color Hex

#AB487B
(171,72,123)
0 Favorites   0 Comments

Color spaces of #ab487b

RGB 17172123
HSL0.910.410.48
HSV329°58°67°
CMYK 0.000.580.28   0.33
XYZ22.687114.722720.3849
Yxy14.72270.39250.2547
Hunter Lab38.370238.3938-4.6398
CIE-Lab45.252046.1410-8.8071

#ab487b color RGB value is (171,72,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001000 01111011
Octal 253 110 173
Decimal 171 72 123
Hex AB 48 7B

RGB Percentages of Color #ab487b

%46.72
%19.67
%33.61

CMYK Percentages of Color #ab487b

%0
%58
%28
%33

Triadic Colors of #ab487b

#ab487b #7bab48 #487bab

Analogous Colors of #ab487b

#ab487b #ab484a #aa48ab

Monochromatic Colors of #ab487b

#ab487b

Complementary Color

#ab487b #48ab78

#ab487b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab487b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab487b Color CSS Codes

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

#ab487b Text Font Color

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

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


#ab487b Background Color

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

This div background color is #ab487b


#ab487b Border Color

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

This div border color is #ab487b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab487b


Comments

No comments written yet.

Please login to write comment.