Color Hex Logo

#ab657f Color Hex

#AB657F
(171,101,127)
0 Favorites   0 Comments

Color spaces of #ab657f

RGB 171101127
HSL0.940.290.53
HSV338°41°67°
CMYK 0.000.410.26   0.33
XYZ25.279019.497622.5097
Yxy19.49760.37570.2898
Hunter Lab44.156124.91660.6847
CIE-Lab51.264431.6139-2.2857

#ab657f color RGB value is (171,101,127).

#ab657f hex color red value is 171, green value is 101 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ab657f hue: 0.94 , saturation: 0.29 and the lightness value of ab657f is 0.53.

The process color (four color CMYK) of #ab657f color hex is 0.00, 0.41, 0.26, 0.33. Web safe color of #ab657f is #996666. Color #ab657f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100101 01111111
Octal 253 145 177
Decimal 171 101 127
Hex AB 65 7F

RGB Percentages of Color #ab657f

%42.86
%25.31
%31.83

CMYK Percentages of Color #ab657f

%0
%41
%26
%33

Triadic Colors of #ab657f

#ab657f #7fab65 #657fab

Analogous Colors of #ab657f

#ab657f #ab6e65 #ab65a2

Monochromatic Colors of #ab657f

#ab657f

Complementary Color

#ab657f #65ab91

#ab657f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab657f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab657f Color CSS Codes

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

#ab657f Text Font Color

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

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


#ab657f Background Color

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

This div background color is #ab657f


#ab657f Border Color

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

This div border color is #ab657f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab657f


Comments

No comments written yet.

Please login to write comment.