Color Hex Logo

#ab143d Color Hex

#AB143D
(171,20,61)
0 Favorites   0 Comments

Color spaces of #ab143d

RGB 1712061
HSL0.950.790.37
HSV344°88°67°
CMYK 0.000.880.64   0.33
XYZ17.88709.49525.3049
Yxy9.49520.54720.2905
Hunter Lab30.814349.690311.3628
CIE-Lab36.920858.423018.1957

#ab143d color RGB value is (171,20,61).

#ab143d hex color red value is 171, green value is 20 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ab143d hue: 0.95 , saturation: 0.79 and the lightness value of ab143d is 0.37.

The process color (four color CMYK) of #ab143d color hex is 0.00, 0.88, 0.64, 0.33. Web safe color of #ab143d is #990033. Color #ab143d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010100 00111101
Octal 253 24 75
Decimal 171 20 61
Hex AB 14 3D

RGB Percentages of Color #ab143d

%67.86
%7.94
%24.21

CMYK Percentages of Color #ab143d

%0
%88
%64
%33

Triadic Colors of #ab143d

#ab143d #3dab14 #143dab

Analogous Colors of #ab143d

#ab143d #ab3714 #ab1489

Monochromatic Colors of #ab143d

#ab143d

Complementary Color

#ab143d #14ab82

#ab143d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab143d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab143d Color CSS Codes

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

#ab143d Text Font Color

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

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


#ab143d Background Color

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

This div background color is #ab143d


#ab143d Border Color

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

This div border color is #ab143d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab143d


Comments

No comments written yet.

Please login to write comment.