Color Hex Logo

#ab789d Color Hex

#AB789D
(171,120,157)
0 Favorites   0 Comments

Color spaces of #ab789d

RGB 171120157
HSL0.880.230.57
HSV316°30°67°
CMYK 0.000.300.08   0.33
XYZ29.596924.525235.0722
Yxy24.52520.33180.2750
Hunter Lab49.522920.0137-7.3232
CIE-Lab56.609825.9273-11.9086

#ab789d color RGB value is (171,120,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111000 10011101
Octal 253 170 235
Decimal 171 120 157
Hex AB 78 9D

RGB Percentages of Color #ab789d

%38.17
%26.79
%35.04

CMYK Percentages of Color #ab789d

%0
%30
%8
%33

Triadic Colors of #ab789d

#ab789d #9dab78 #789dab

Analogous Colors of #ab789d

#ab789d #ab7884 #a078ab

Monochromatic Colors of #ab789d

#ab789d

Complementary Color

#ab789d #78ab86

#ab789d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab789d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab789d Color CSS Codes

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

#ab789d Text Font Color

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

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


#ab789d Background Color

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

This div background color is #ab789d


#ab789d Border Color

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

This div border color is #ab789d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab789d


Comments

No comments written yet.

Please login to write comment.