Color Hex Logo

#ab789e Color Hex

#AB789E
(171,120,158)
0 Favorites   0 Comments

Color spaces of #ab789e

RGB 171120158
HSL0.880.230.57
HSV315°30°67°
CMYK 0.000.300.08   0.33
XYZ29.682624.559535.5238
Yxy24.55950.33070.2736
Hunter Lab49.557520.1873-7.8099
CIE-Lab56.643726.1083-12.4362

#ab789e color RGB value is (171,120,158).

#ab789e hex color red value is 171, green value is 120 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ab789e hue: 0.88 , saturation: 0.23 and the lightness value of ab789e is 0.57.

The process color (four color CMYK) of #ab789e color hex is 0.00, 0.30, 0.08, 0.33. Web safe color of #ab789e is #996699. Color #ab789e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111000 10011110
Octal 253 170 236
Decimal 171 120 158
Hex AB 78 9E

RGB Percentages of Color #ab789e

%38.08
%26.73
%35.19

CMYK Percentages of Color #ab789e

%0
%30
%8
%33

Triadic Colors of #ab789e

#ab789e #9eab78 #789eab

Analogous Colors of #ab789e

#ab789e #ab7885 #9f78ab

Monochromatic Colors of #ab789e

#ab789e

Complementary Color

#ab789e #78ab85

#ab789e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab789e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab789e Color CSS Codes

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

#ab789e Text Font Color

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

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


#ab789e Background Color

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

This div background color is #ab789e


#ab789e Border Color

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

This div border color is #ab789e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab789e


Comments

No comments written yet.

Please login to write comment.