Color Hex Logo

#ab759b Color Hex

#AB759B
(171,117,155)
0 Favorites   0 Comments

Color spaces of #ab759b

RGB 171117155
HSL0.880.240.56
HSV318°32°67°
CMYK 0.000.320.09   0.33
XYZ29.072323.747134.0617
Yxy23.74710.33460.2733
Hunter Lab48.731021.2116-7.3305
CIE-Lab55.833727.2586-11.9172

#ab759b color RGB value is (171,117,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110101 10011011
Octal 253 165 233
Decimal 171 117 155
Hex AB 75 9B

RGB Percentages of Color #ab759b

%38.60
%26.41
%34.99

CMYK Percentages of Color #ab759b

%0
%32
%9
%33

Triadic Colors of #ab759b

#ab759b #9bab75 #759bab

Analogous Colors of #ab759b

#ab759b #ab7580 #a075ab

Monochromatic Colors of #ab759b

#ab759b

Complementary Color

#ab759b #75ab85

#ab759b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab759b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab759b Color CSS Codes

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

#ab759b Text Font Color

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

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


#ab759b Background Color

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

This div background color is #ab759b


#ab759b Border Color

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

This div border color is #ab759b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab759b


Comments

No comments written yet.

Please login to write comment.