Color Hex Logo

#ab582e Color Hex

#AB582E
(171,88,46)
0 Favorites   0 Comments

Color spaces of #ab582e

RGB 1718846
HSL0.060.580.43
HSV20°73°67°
CMYK 0.000.490.73   0.33
XYZ20.777515.83464.5461
Yxy15.83460.50480.3847
Hunter Lab39.792723.565321.0813
CIE-Lab46.756730.696838.8178

#ab582e color RGB value is (171,88,46).

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

The process color (four color CMYK) of #ab582e color hex is 0.00, 0.49, 0.73, 0.33. Web safe color of #ab582e is #996633. Color #ab582e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011000 00101110
Octal 253 130 56
Decimal 171 88 46
Hex AB 58 2E

RGB Percentages of Color #ab582e

%56.07
%28.85
%15.08

CMYK Percentages of Color #ab582e

%0
%49
%73
%33

Triadic Colors of #ab582e

#ab582e #2eab58 #582eab

Analogous Colors of #ab582e

#ab582e #ab972e #ab2e42

Monochromatic Colors of #ab582e

#ab582e

Complementary Color

#ab582e #2e81ab

#ab582e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab582e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab582e Color CSS Codes

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

#ab582e Text Font Color

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

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


#ab582e Background Color

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

This div background color is #ab582e


#ab582e Border Color

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

This div border color is #ab582e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab582e


Comments

No comments written yet.

Please login to write comment.