Color Hex Logo

#ab296a Color Hex

#AB296A
(171,41,106)
0 Favorites   0 Comments

Color spaces of #ab296a

RGB 17141106
HSL0.920.610.42
HSV330°76°67°
CMYK 0.000.760.38   0.33
XYZ20.189011.284414.7497
Yxy11.28440.43680.2441
Hunter Lab33.592348.4923-2.5185
CIE-Lab40.055456.7109-6.0687

#ab296a color RGB value is (171,41,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101001 01101010
Octal 253 51 152
Decimal 171 41 106
Hex AB 29 6A

RGB Percentages of Color #ab296a

%53.77
%12.89
%33.33

CMYK Percentages of Color #ab296a

%0
%76
%38
%33

Triadic Colors of #ab296a

#ab296a #6aab29 #296aab

Analogous Colors of #ab296a

#ab296a #ab2929 #ab29ab

Monochromatic Colors of #ab296a

#ab296a

Complementary Color

#ab296a #29ab6a

#ab296a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab296a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab296a Color CSS Codes

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

#ab296a Text Font Color

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

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


#ab296a Background Color

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

This div background color is #ab296a


#ab296a Border Color

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

This div border color is #ab296a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab296a


Comments

No comments written yet.

Please login to write comment.