Color Hex Logo

#ab413e Color Hex

#AB413E
(171,65,62)
0 Favorites   0 Comments

Color spaces of #ab413e

RGB 1716562
HSL0.000.470.46
HSV64°67°
CMYK 0.000.620.64   0.33
XYZ19.554412.78635.9948
Yxy12.78630.51010.3335
Hunter Lab35.757935.037215.0906
CIE-Lab42.439543.275624.6723

#ab413e color RGB value is (171,65,62).

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

The process color (four color CMYK) of #ab413e color hex is 0.00, 0.62, 0.64, 0.33. Web safe color of #ab413e is #993333. Color #ab413e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000001 00111110
Octal 253 101 76
Decimal 171 65 62
Hex AB 41 3E

RGB Percentages of Color #ab413e

%57.38
%21.81
%20.81

CMYK Percentages of Color #ab413e

%0
%62
%64
%33

Triadic Colors of #ab413e

#ab413e #3eab41 #413eab

Analogous Colors of #ab413e

#ab413e #ab783e #ab3e72

Monochromatic Colors of #ab413e

#ab413e

Complementary Color

#ab413e #3ea8ab

#ab413e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab413e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab413e Color CSS Codes

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

#ab413e Text Font Color

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

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


#ab413e Background Color

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

This div background color is #ab413e


#ab413e Border Color

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

This div border color is #ab413e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab413e


Comments

No comments written yet.

Please login to write comment.