Color Hex Logo

#ab292d Color Hex

#AB292D
(171,41,45)
0 Favorites   0 Comments

Color spaces of #ab292d

RGB 1714145
HSL0.990.610.42
HSV358°76°67°
CMYK 0.000.760.74   0.33
XYZ18.061210.43333.5445
Yxy10.43330.56370.3256
Hunter Lab32.300643.283916.1043
CIE-Lab38.609152.072730.2938

#ab292d color RGB value is (171,41,45).

#ab292d hex color red value is 171, green value is 41 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ab292d hue: 0.99 , saturation: 0.61 and the lightness value of ab292d is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101001 00101101
Octal 253 51 55
Decimal 171 41 45
Hex AB 29 2D

RGB Percentages of Color #ab292d

%66.54
%15.95
%17.51

CMYK Percentages of Color #ab292d

%0
%76
%74
%33

Triadic Colors of #ab292d

#ab292d #2dab29 #292dab

Analogous Colors of #ab292d

#ab292d #ab6629 #ab296e

Monochromatic Colors of #ab292d

#ab292d

Complementary Color

#ab292d #29aba7

#ab292d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab292d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab292d Color CSS Codes

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

#ab292d Text Font Color

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

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


#ab292d Background Color

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

This div background color is #ab292d


#ab292d Border Color

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

This div border color is #ab292d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab292d


Comments

No comments written yet.

Please login to write comment.