Color Hex Logo

#ab847c Color Hex

#AB847C
(171,132,124)
0 Favorites   0 Comments

Color spaces of #ab847c

RGB 171132124
HSL0.030.220.58
HSV10°27°67°
CMYK 0.000.230.27   0.33
XYZ28.683926.615722.6943
Yxy26.61570.36780.3413
Hunter Lab51.59048.961510.0320
CIE-Lab58.616913.754910.0687

#ab847c color RGB value is (171,132,124).

#ab847c hex color red value is 171, green value is 132 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ab847c hue: 0.03 , saturation: 0.22 and the lightness value of ab847c is 0.58.

The process color (four color CMYK) of #ab847c color hex is 0.00, 0.23, 0.27, 0.33. Web safe color of #ab847c is #999966. Color #ab847c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000100 01111100
Octal 253 204 174
Decimal 171 132 124
Hex AB 84 7C

RGB Percentages of Color #ab847c

%40.05
%30.91
%29.04

CMYK Percentages of Color #ab847c

%0
%23
%27
%33

Triadic Colors of #ab847c

#ab847c #7cab84 #847cab

Analogous Colors of #ab847c

#ab847c #ab9c7c #ab7c8c

Monochromatic Colors of #ab847c

#ab847c

Complementary Color

#ab847c #7ca3ab

#ab847c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab847c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab847c Color CSS Codes

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

#ab847c Text Font Color

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

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


#ab847c Background Color

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

This div background color is #ab847c


#ab847c Border Color

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

This div border color is #ab847c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab847c


Comments

No comments written yet.

Please login to write comment.