Color Hex Logo

#ab297e Color Hex

#AB297E
(171,41,126)
0 Favorites   0 Comments

Color spaces of #ab297e

RGB 17141126
HSL0.890.610.42
HSV321°76°67°
CMYK 0.000.760.26   0.33
XYZ21.353411.750220.8812
Yxy11.75020.39550.2177
Hunter Lab34.278651.2068-12.1222
CIE-Lab40.816359.0596-17.3760

#ab297e color RGB value is (171,41,126).

#ab297e hex color red value is 171, green value is 41 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ab297e hue: 0.89 , saturation: 0.61 and the lightness value of ab297e is 0.42.

The process color (four color CMYK) of #ab297e color hex is 0.00, 0.76, 0.26, 0.33. Web safe color of #ab297e is #993366. Color #ab297e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101001 01111110
Octal 253 51 176
Decimal 171 41 126
Hex AB 29 7E

RGB Percentages of Color #ab297e

%50.59
%12.13
%37.28

CMYK Percentages of Color #ab297e

%0
%76
%26
%33

Triadic Colors of #ab297e

#ab297e #7eab29 #297eab

Analogous Colors of #ab297e

#ab297e #ab293d #9729ab

Monochromatic Colors of #ab297e

#ab297e

Complementary Color

#ab297e #29ab56

#ab297e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab297e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab297e Color CSS Codes

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

#ab297e Text Font Color

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

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


#ab297e Background Color

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

This div background color is #ab297e


#ab297e Border Color

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

This div border color is #ab297e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab297e


Comments

No comments written yet.

Please login to write comment.