Color Hex Logo

#ab196c Color Hex

#AB196C
(171,25,108)
0 Favorites   0 Comments

Color spaces of #ab196c

RGB 17125108
HSL0.910.740.38
HSV326°85°67°
CMYK 0.000.850.37   0.33
XYZ19.849010.435915.1555
Yxy10.43590.43680.2297
Hunter Lab32.304653.1429-5.2022
CIE-Lab38.613761.2411-9.4879

#ab196c color RGB value is (171,25,108).

#ab196c hex color red value is 171, green value is 25 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ab196c hue: 0.91 , saturation: 0.74 and the lightness value of ab196c is 0.38.

The process color (four color CMYK) of #ab196c color hex is 0.00, 0.85, 0.37, 0.33. Web safe color of #ab196c is #990066. Color #ab196c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011001 01101100
Octal 253 31 154
Decimal 171 25 108
Hex AB 19 6C

RGB Percentages of Color #ab196c

%56.25
%8.22
%35.53

CMYK Percentages of Color #ab196c

%0
%85
%37
%33

Triadic Colors of #ab196c

#ab196c #6cab19 #196cab

Analogous Colors of #ab196c

#ab196c #ab1923 #a119ab

Monochromatic Colors of #ab196c

#ab196c

Complementary Color

#ab196c #19ab58

#ab196c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab196c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab196c Color CSS Codes

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

#ab196c Text Font Color

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

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


#ab196c Background Color

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

This div background color is #ab196c


#ab196c Border Color

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

This div border color is #ab196c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab196c


Comments

No comments written yet.

Please login to write comment.