Color Hex Logo

#ab396c Color Hex

#AB396C
(171,57,108)
0 Favorites   0 Comments

Color spaces of #ab396c

RGB 17157108
HSL0.930.500.45
HSV333°67°67°
CMYK 0.000.670.37   0.33
XYZ20.964512.666915.5274
Yxy12.66690.42650.2577
Hunter Lab35.590642.8612-0.9535
CIE-Lab42.257050.9932-4.0473

#ab396c color RGB value is (171,57,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111001 01101100
Octal 253 71 154
Decimal 171 57 108
Hex AB 39 6C

RGB Percentages of Color #ab396c

%50.89
%16.96
%32.14

CMYK Percentages of Color #ab396c

%0
%67
%37
%33

Triadic Colors of #ab396c

#ab396c #6cab39 #396cab

Analogous Colors of #ab396c

#ab396c #ab3f39 #ab39a5

Monochromatic Colors of #ab396c

#ab396c

Complementary Color

#ab396c #39ab78

#ab396c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab396c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab396c Color CSS Codes

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

#ab396c Text Font Color

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

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


#ab396c Background Color

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

This div background color is #ab396c


#ab396c Border Color

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

This div border color is #ab396c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab396c

#ab396c Color Palettes


Comments

No comments written yet.

Please login to write comment.