Color Hex Logo

#ab907f Color Hex

#AB907F
(171,144,127)
0 Favorites   0 Comments

Color spaces of #ab907f

RGB 171144127
HSL0.060.210.58
HSV23°26°67°
CMYK 0.000.160.26   0.33
XYZ30.598630.136824.2829
Yxy30.13680.35990.3545
Hunter Lab54.89703.423012.2018
CIE-Lab61.77217.457312.8039

#ab907f color RGB value is (171,144,127).

#ab907f hex color red value is 171, green value is 144 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ab907f hue: 0.06 , saturation: 0.21 and the lightness value of ab907f is 0.58.

The process color (four color CMYK) of #ab907f color hex is 0.00, 0.16, 0.26, 0.33. Web safe color of #ab907f is #999966. Color #ab907f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010000 01111111
Octal 253 220 177
Decimal 171 144 127
Hex AB 90 7F

RGB Percentages of Color #ab907f

%38.69
%32.58
%28.73

CMYK Percentages of Color #ab907f

%0
%16
%26
%33

Triadic Colors of #ab907f

#ab907f #7fab90 #907fab

Analogous Colors of #ab907f

#ab907f #aba67f #ab7f84

Monochromatic Colors of #ab907f

#ab907f

Complementary Color

#ab907f #7f9aab

#ab907f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab907f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab907f Color CSS Codes

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

#ab907f Text Font Color

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

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


#ab907f Background Color

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

This div background color is #ab907f


#ab907f Border Color

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

This div border color is #ab907f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab907f


Comments

No comments written yet.

Please login to write comment.