Color Hex Logo

#ab282c Color Hex

#AB282C
(171,40,44)
0 Favorites   0 Comments

Color spaces of #ab282c

RGB 1714044
HSL0.990.620.41
HSV358°77°67°
CMYK 0.000.770.74   0.33
XYZ18.008010.35743.4329
Yxy10.35740.56630.3257
Hunter Lab32.182943.559916.2037
CIE-Lab38.476452.362430.7423

#ab282c color RGB value is (171,40,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101000 00101100
Octal 253 50 54
Decimal 171 40 44
Hex AB 28 2C

RGB Percentages of Color #ab282c

%67.06
%15.69
%17.25

CMYK Percentages of Color #ab282c

%0
%77
%74
%33

Triadic Colors of #ab282c

#ab282c #2cab28 #282cab

Analogous Colors of #ab282c

#ab282c #ab6628 #ab286e

Monochromatic Colors of #ab282c

#ab282c

Complementary Color

#ab282c #28aba7

#ab282c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab282c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab282c Color CSS Codes

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

#ab282c Text Font Color

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

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


#ab282c Background Color

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

This div background color is #ab282c


#ab282c Border Color

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

This div border color is #ab282c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab282c


Comments

No comments written yet.

Please login to write comment.