Color Hex Logo

#ab7c9d Color Hex

#AB7C9D
(171,124,157)
0 Favorites   0 Comments

Color spaces of #ab7c9d

RGB 171124157
HSL0.880.220.58
HSV318°27°67°
CMYK 0.000.270.08   0.33
XYZ30.088025.507635.2359
Yxy25.50760.33130.2808
Hunter Lab50.505017.9562-6.0114
CIE-Lab57.566723.6672-10.4718

#ab7c9d color RGB value is (171,124,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111100 10011101
Octal 253 174 235
Decimal 171 124 157
Hex AB 7C 9D

RGB Percentages of Color #ab7c9d

%37.83
%27.43
%34.73

CMYK Percentages of Color #ab7c9d

%0
%27
%8
%33

Triadic Colors of #ab7c9d

#ab7c9d #9dab7c #7c9dab

Analogous Colors of #ab7c9d

#ab7c9d #ab7c86 #a27cab

Monochromatic Colors of #ab7c9d

#ab7c9d

Complementary Color

#ab7c9d #7cab8a

#ab7c9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7c9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7c9d Color CSS Codes

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

#ab7c9d Text Font Color

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

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


#ab7c9d Background Color

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

This div background color is #ab7c9d


#ab7c9d Border Color

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

This div border color is #ab7c9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7c9d


Comments

No comments written yet.

Please login to write comment.