Color Hex Logo

#ab758f Color Hex

#AB758F
(171,117,143)
0 Favorites   0 Comments

Color spaces of #ab758f

RGB 171117143
HSL0.920.240.56
HSV331°32°67°
CMYK 0.000.320.16   0.33
XYZ28.113823.363729.0145
Yxy23.36370.34930.2903
Hunter Lab48.336019.2334-1.7546
CIE-Lab55.445025.1902-5.5199

#ab758f color RGB value is (171,117,143).

#ab758f hex color red value is 171, green value is 117 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ab758f hue: 0.92 , saturation: 0.24 and the lightness value of ab758f is 0.56.

The process color (four color CMYK) of #ab758f color hex is 0.00, 0.32, 0.16, 0.33. Web safe color of #ab758f is #996699. Color #ab758f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110101 10001111
Octal 253 165 217
Decimal 171 117 143
Hex AB 75 8F

RGB Percentages of Color #ab758f

%39.68
%27.15
%33.18

CMYK Percentages of Color #ab758f

%0
%32
%16
%33

Triadic Colors of #ab758f

#ab758f #8fab75 #758fab

Analogous Colors of #ab758f

#ab758f #ab7675 #ab75aa

Monochromatic Colors of #ab758f

#ab758f

Complementary Color

#ab758f #75ab91

#ab758f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab758f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab758f Color CSS Codes

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

#ab758f Text Font Color

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

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


#ab758f Background Color

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

This div background color is #ab758f


#ab758f Border Color

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

This div border color is #ab758f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab758f


Comments

No comments written yet.

Please login to write comment.