Color Hex Logo

#ab414f Color Hex

#AB414F
(171,65,79)
0 Favorites   0 Comments

Color spaces of #ab414f

RGB 1716579
HSL0.980.450.46
HSV352°62°67°
CMYK 0.000.620.54   0.33
XYZ20.096213.00308.8478
Yxy13.00300.47910.3100
Hunter Lab36.059736.374310.6940
CIE-Lab42.767844.561914.6964

#ab414f color RGB value is (171,65,79).

#ab414f hex color red value is 171, green value is 65 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ab414f hue: 0.98 , saturation: 0.45 and the lightness value of ab414f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000001 01001111
Octal 253 101 117
Decimal 171 65 79
Hex AB 41 4F

RGB Percentages of Color #ab414f

%54.29
%20.63
%25.08

CMYK Percentages of Color #ab414f

%0
%62
%54
%33

Triadic Colors of #ab414f

#ab414f #4fab41 #414fab

Analogous Colors of #ab414f

#ab414f #ab6841 #ab4184

Monochromatic Colors of #ab414f

#ab414f

Complementary Color

#ab414f #41ab9d

#ab414f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab414f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab414f Color CSS Codes

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

#ab414f Text Font Color

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

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


#ab414f Background Color

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

This div background color is #ab414f


#ab414f Border Color

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

This div border color is #ab414f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,65,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 #ab414f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab414f


Comments

No comments written yet.

Please login to write comment.