Color Hex Logo

#ab294f Color Hex

#AB294F
(171,41,79)
0 Favorites   0 Comments

Color spaces of #ab294f

RGB 1714179
HSL0.950.610.42
HSV342°76°67°
CMYK 0.000.760.54   0.33
XYZ18.998810.80838.4820
Yxy10.80830.49620.2823
Hunter Lab32.876045.62097.7164
CIE-Lab39.255754.17639.8518

#ab294f color RGB value is (171,41,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101001 01001111
Octal 253 51 117
Decimal 171 41 79
Hex AB 29 4F

RGB Percentages of Color #ab294f

%58.76
%14.09
%27.15

CMYK Percentages of Color #ab294f

%0
%76
%54
%33

Triadic Colors of #ab294f

#ab294f #4fab29 #294fab

Analogous Colors of #ab294f

#ab294f #ab4429 #ab2990

Monochromatic Colors of #ab294f

#ab294f

Complementary Color

#ab294f #29ab85

#ab294f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab294f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab294f Color CSS Codes

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

#ab294f Text Font Color

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

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


#ab294f Background Color

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

This div background color is #ab294f


#ab294f Border Color

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

This div border color is #ab294f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab294f


Comments

No comments written yet.

Please login to write comment.