Color Hex Logo

#ab362c Color Hex

#AB362C
(171,54,44)
0 Favorites   0 Comments

Color spaces of #ab362c

RGB 1715444
HSL0.010.590.42
HSV74°67°
CMYK 0.000.680.74   0.33
XYZ18.568411.47813.6197
Yxy11.47810.55150.3409
Hunter Lab33.879338.542417.3809
CIE-Lab40.374347.130132.8887

#ab362c color RGB value is (171,54,44).

#ab362c hex color red value is 171, green value is 54 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ab362c hue: 0.01 , saturation: 0.59 and the lightness value of ab362c is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110110 00101100
Octal 253 66 54
Decimal 171 54 44
Hex AB 36 2C

RGB Percentages of Color #ab362c

%63.57
%20.07
%16.36

CMYK Percentages of Color #ab362c

%0
%68
%74
%33

Triadic Colors of #ab362c

#ab362c #2cab36 #362cab

Analogous Colors of #ab362c

#ab362c #ab762c #ab2c61

Monochromatic Colors of #ab362c

#ab362c

Complementary Color

#ab362c #2ca1ab

#ab362c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab362c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab362c Color CSS Codes

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

#ab362c Text Font Color

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

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


#ab362c Background Color

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

This div background color is #ab362c


#ab362c Border Color

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

This div border color is #ab362c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab362c


Comments

No comments written yet.

Please login to write comment.