Color Hex Logo

#ab198d Color Hex

#AB198D
(171,25,141)
0 Favorites   0 Comments

Color spaces of #ab198d

RGB 17125141
HSL0.870.740.38
HSV312°85°67°
CMYK 0.000.850.18   0.33
XYZ21.949911.276326.2190
Yxy11.27630.36920.1897
Hunter Lab33.580257.9122-22.7867
CIE-Lab40.042065.2016-27.8031

#ab198d color RGB value is (171,25,141).

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

The process color (four color CMYK) of #ab198d color hex is 0.00, 0.85, 0.18, 0.33. Web safe color of #ab198d is #990099. Color #ab198d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011001 10001101
Octal 253 31 215
Decimal 171 25 141
Hex AB 19 8D

RGB Percentages of Color #ab198d

%50.74
%7.42
%41.84

CMYK Percentages of Color #ab198d

%0
%85
%18
%33

Triadic Colors of #ab198d

#ab198d #8dab19 #198dab

Analogous Colors of #ab198d

#ab198d #ab1944 #8019ab

Monochromatic Colors of #ab198d

#ab198d

Complementary Color

#ab198d #19ab37

#ab198d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab198d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab198d Color CSS Codes

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

#ab198d Text Font Color

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

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


#ab198d Background Color

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

This div background color is #ab198d


#ab198d Border Color

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

This div border color is #ab198d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab198d


Comments

No comments written yet.

Please login to write comment.