Color Hex Logo

#ab197d Color Hex

#AB197D
(171,25,125)
0 Favorites   0 Comments

Color spaces of #ab197d

RGB 17125125
HSL0.890.740.38
HSV319°85°67°
CMYK 0.000.850.27   0.33
XYZ20.843910.833920.3946
Yxy10.83390.40030.2081
Hunter Lab32.914955.4370-13.6966
CIE-Lab39.299363.1615-19.0886

#ab197d color RGB value is (171,25,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011001 01111101
Octal 253 31 175
Decimal 171 25 125
Hex AB 19 7D

RGB Percentages of Color #ab197d

%53.27
%7.79
%38.94

CMYK Percentages of Color #ab197d

%0
%85
%27
%33

Triadic Colors of #ab197d

#ab197d #7dab19 #197dab

Analogous Colors of #ab197d

#ab197d #ab1934 #9019ab

Monochromatic Colors of #ab197d

#ab197d

Complementary Color

#ab197d #19ab47

#ab197d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab197d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab197d Color CSS Codes

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

#ab197d Text Font Color

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

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


#ab197d Background Color

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

This div background color is #ab197d


#ab197d Border Color

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

This div border color is #ab197d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab197d


Comments

No comments written yet.

Please login to write comment.