Color Hex Logo

#ab282a Color Hex

#AB282A
(171,40,42)
0 Favorites   0 Comments

Color spaces of #ab282a

RGB 1714042
HSL1.000.620.41
HSV359°77°67°
CMYK 0.000.770.75   0.33
XYZ17.971310.34273.2396
Yxy10.34270.56950.3278
Hunter Lab32.160143.467116.5396
CIE-Lab38.450652.278331.9067

#ab282a color RGB value is (171,40,42).

#ab282a hex color red value is 171, green value is 40 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ab282a hue: 1.00 , saturation: 0.62 and the lightness value of ab282a is 0.41.

The process color (four color CMYK) of #ab282a color hex is 0.00, 0.77, 0.75, 0.33. Web safe color of #ab282a is #993333. Color #ab282a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101000 00101010
Octal 253 50 52
Decimal 171 40 42
Hex AB 28 2A

RGB Percentages of Color #ab282a

%67.59
%15.81
%16.60

CMYK Percentages of Color #ab282a

%0
%77
%75
%33

Triadic Colors of #ab282a

#ab282a #2aab28 #282aab

Analogous Colors of #ab282a

#ab282a #ab6828 #ab286c

Monochromatic Colors of #ab282a

#ab282a

Complementary Color

#ab282a #28aba9

#ab282a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab282a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab282a Color CSS Codes

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

#ab282a Text Font Color

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

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


#ab282a Background Color

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

This div background color is #ab282a


#ab282a Border Color

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

This div border color is #ab282a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab282a


Comments

No comments written yet.

Please login to write comment.