Color Hex Logo

#ab1a29 Color Hex

#AB1A29
(171,26,41)
0 Favorites   0 Comments

Color spaces of #ab1a29

RGB 1712641
HSL0.980.740.39
HSV354°85°67°
CMYK 0.000.850.76   0.33
XYZ17.56429.55683.0167
Yxy9.55680.58280.3171
Hunter Lab30.914147.317315.8541
CIE-Lab37.034956.196730.9212

#ab1a29 color RGB value is (171,26,41).

#ab1a29 hex color red value is 171, green value is 26 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ab1a29 hue: 0.98 , saturation: 0.74 and the lightness value of ab1a29 is 0.39.

The process color (four color CMYK) of #ab1a29 color hex is 0.00, 0.85, 0.76, 0.33. Web safe color of #ab1a29 is #993333. Color #ab1a29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011010 00101001
Octal 253 32 51
Decimal 171 26 41
Hex AB 1A 29

RGB Percentages of Color #ab1a29

%71.85
%10.92
%17.23

CMYK Percentages of Color #ab1a29

%0
%85
%76
%33

Triadic Colors of #ab1a29

#ab1a29 #29ab1a #1a29ab

Analogous Colors of #ab1a29

#ab1a29 #ab541a #ab1a72

Monochromatic Colors of #ab1a29

#ab1a29

Complementary Color

#ab1a29 #1aab9c

#ab1a29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1a29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1a29 Color CSS Codes

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

#ab1a29 Text Font Color

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

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


#ab1a29 Background Color

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

This div background color is #ab1a29


#ab1a29 Border Color

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

This div border color is #ab1a29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1a29


Comments

No comments written yet.

Please login to write comment.