Color Hex Logo

#ab396e Color Hex

#AB396E
(171,57,110)
0 Favorites   0 Comments

Color spaces of #ab396e

RGB 17157110
HSL0.920.500.45
HSV332°67°67°
CMYK 0.000.670.36   0.33
XYZ21.072212.710016.0945
Yxy12.71000.42250.2548
Hunter Lab35.651143.1162-1.8104
CIE-Lab42.323051.2251-5.1904

#ab396e color RGB value is (171,57,110).

#ab396e hex color red value is 171, green value is 57 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ab396e hue: 0.92 , saturation: 0.50 and the lightness value of ab396e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111001 01101110
Octal 253 71 156
Decimal 171 57 110
Hex AB 39 6E

RGB Percentages of Color #ab396e

%50.59
%16.86
%32.54

CMYK Percentages of Color #ab396e

%0
%67
%36
%33

Triadic Colors of #ab396e

#ab396e #6eab39 #396eab

Analogous Colors of #ab396e

#ab396e #ab3d39 #ab39a7

Monochromatic Colors of #ab396e

#ab396e

Complementary Color

#ab396e #39ab76

#ab396e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab396e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab396e Color CSS Codes

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

#ab396e Text Font Color

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

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


#ab396e Background Color

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

This div background color is #ab396e


#ab396e Border Color

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

This div border color is #ab396e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab396e


Comments

No comments written yet.

Please login to write comment.