Color Hex Logo

#ab414e Color Hex

#AB414E
(171,65,78)
0 Favorites   0 Comments

Color spaces of #ab414e

RGB 1716578
HSL0.980.450.46
HSV353°62°67°
CMYK 0.000.620.54   0.33
XYZ20.060012.98868.6575
Yxy12.98860.48100.3114
Hunter Lab36.039736.285110.9851
CIE-Lab42.746144.476415.2845

#ab414e color RGB value is (171,65,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000001 01001110
Octal 253 101 116
Decimal 171 65 78
Hex AB 41 4E

RGB Percentages of Color #ab414e

%54.46
%20.70
%24.84

CMYK Percentages of Color #ab414e

%0
%62
%54
%33

Triadic Colors of #ab414e

#ab414e #4eab41 #414eab

Analogous Colors of #ab414e

#ab414e #ab6941 #ab4183

Monochromatic Colors of #ab414e

#ab414e

Complementary Color

#ab414e #41ab9e

#ab414e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab414e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab414e Color CSS Codes

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

#ab414e Text Font Color

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

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


#ab414e Background Color

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

This div background color is #ab414e


#ab414e Border Color

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

This div border color is #ab414e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab414e


Comments

No comments written yet.

Please login to write comment.