Color Hex Logo

#ab3b2e Color Hex

#AB3B2E
(171,59,46)
0 Favorites   0 Comments

Color spaces of #ab3b2e

RGB 1715946
HSL0.020.580.43
HSV73°67°
CMYK 0.000.650.73   0.33
XYZ18.851711.98313.9041
Yxy11.98310.54270.3449
Hunter Lab34.616636.629417.5448
CIE-Lab41.189245.085632.6518

#ab3b2e color RGB value is (171,59,46).

#ab3b2e hex color red value is 171, green value is 59 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ab3b2e hue: 0.02 , saturation: 0.58 and the lightness value of ab3b2e is 0.43.

The process color (four color CMYK) of #ab3b2e color hex is 0.00, 0.65, 0.73, 0.33. Web safe color of #ab3b2e is #993333. Color #ab3b2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111011 00101110
Octal 253 73 56
Decimal 171 59 46
Hex AB 3B 2E

RGB Percentages of Color #ab3b2e

%61.96
%21.38
%16.67

CMYK Percentages of Color #ab3b2e

%0
%65
%73
%33

Triadic Colors of #ab3b2e

#ab3b2e #2eab3b #3b2eab

Analogous Colors of #ab3b2e

#ab3b2e #ab7a2e #ab2e60

Monochromatic Colors of #ab3b2e

#ab3b2e

Complementary Color

#ab3b2e #2e9eab

#ab3b2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3b2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3b2e Color CSS Codes

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

#ab3b2e Text Font Color

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

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


#ab3b2e Background Color

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

This div background color is #ab3b2e


#ab3b2e Border Color

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

This div border color is #ab3b2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3b2e


Comments

No comments written yet.

Please login to write comment.