Color Hex Logo

#ab272c Color Hex

#AB272C
(171,39,44)
0 Favorites   0 Comments

Color spaces of #ab272c

RGB 1713944
HSL0.990.630.41
HSV358°77°67°
CMYK 0.000.770.74   0.33
XYZ17.974710.29083.4218
Yxy10.29080.56730.3248
Hunter Lab32.079343.878616.1312
CIE-Lab38.359452.689730.6087

#ab272c color RGB value is (171,39,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100111 00101100
Octal 253 47 54
Decimal 171 39 44
Hex AB 27 2C

RGB Percentages of Color #ab272c

%67.32
%15.35
%17.32

CMYK Percentages of Color #ab272c

%0
%77
%74
%33

Triadic Colors of #ab272c

#ab272c #2cab27 #272cab

Analogous Colors of #ab272c

#ab272c #ab6427 #ab276e

Monochromatic Colors of #ab272c

#ab272c

Complementary Color

#ab272c #27aba6

#ab272c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab272c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab272c Color CSS Codes

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

#ab272c Text Font Color

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

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


#ab272c Background Color

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

This div background color is #ab272c


#ab272c Border Color

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

This div border color is #ab272c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,39,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 #ab272c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab272c


Comments

No comments written yet.

Please login to write comment.