Color Hex Logo

#ab496e Color Hex

#AB496E
(171,73,110)
0 Favorites   0 Comments

Color spaces of #ab496e

RGB 17173110
HSL0.940.400.48
HSV337°57°67°
CMYK 0.000.570.36   0.33
XYZ21.991614.548816.4010
Yxy14.54880.41540.2748
Hunter Lab38.142936.16561.2060
CIE-Lab45.009943.9823-1.2248

#ab496e color RGB value is (171,73,110).

#ab496e hex color red value is 171, green value is 73 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ab496e hue: 0.94 , saturation: 0.40 and the lightness value of ab496e is 0.48.

The process color (four color CMYK) of #ab496e color hex is 0.00, 0.57, 0.36, 0.33. Web safe color of #ab496e is #993366. Color #ab496e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001001 01101110
Octal 253 111 156
Decimal 171 73 110
Hex AB 49 6E

RGB Percentages of Color #ab496e

%48.31
%20.62
%31.07

CMYK Percentages of Color #ab496e

%0
%57
%36
%33

Triadic Colors of #ab496e

#ab496e #6eab49 #496eab

Analogous Colors of #ab496e

#ab496e #ab5549 #ab499f

Monochromatic Colors of #ab496e

#ab496e

Complementary Color

#ab496e #49ab86

#ab496e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab496e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab496e Color CSS Codes

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

#ab496e Text Font Color

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

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


#ab496e Background Color

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

This div background color is #ab496e


#ab496e Border Color

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

This div border color is #ab496e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab496e


Comments

No comments written yet.

Please login to write comment.