Color Hex Logo

#ab709c Color Hex

#AB709C
(171,112,156)
0 Favorites   0 Comments

Color spaces of #ab709c

RGB 171112156
HSL0.880.260.55
HSV315°35°67°
CMYK 0.000.350.09   0.33
XYZ28.589522.646634.3169
Yxy22.64660.33420.2647
Hunter Lab47.588423.9569-9.4432
CIE-Lab54.706430.2421-14.1990

#ab709c color RGB value is (171,112,156).

#ab709c hex color red value is 171, green value is 112 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ab709c hue: 0.88 , saturation: 0.26 and the lightness value of ab709c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110000 10011100
Octal 253 160 234
Decimal 171 112 156
Hex AB 70 9C

RGB Percentages of Color #ab709c

%38.95
%25.51
%35.54

CMYK Percentages of Color #ab709c

%0
%35
%9
%33

Triadic Colors of #ab709c

#ab709c #9cab70 #709cab

Analogous Colors of #ab709c

#ab709c #ab707f #9d70ab

Monochromatic Colors of #ab709c

#ab709c

Complementary Color

#ab709c #70ab7f

#ab709c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab709c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab709c Color CSS Codes

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

#ab709c Text Font Color

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

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


#ab709c Background Color

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

This div background color is #ab709c


#ab709c Border Color

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

This div border color is #ab709c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab709c


Comments

No comments written yet.

Please login to write comment.