Color Hex Logo

#ab501b Color Hex

#AB501B
(171,80,27)
0 Favorites   0 Comments

Color spaces of #ab501b

RGB 1718027
HSL0.060.730.39
HSV22°84°67°
CMYK 0.000.530.84   0.33
XYZ19.861114.47442.7840
Yxy14.47440.53510.3899
Hunter Lab38.045226.604822.2931
CIE-Lab44.905734.180446.0894

#ab501b color RGB value is (171,80,27).

#ab501b hex color red value is 171, green value is 80 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ab501b hue: 0.06 , saturation: 0.73 and the lightness value of ab501b is 0.39.

The process color (four color CMYK) of #ab501b color hex is 0.00, 0.53, 0.84, 0.33. Web safe color of #ab501b is #996633. Color #ab501b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010000 00011011
Octal 253 120 33
Decimal 171 80 27
Hex AB 50 1B

RGB Percentages of Color #ab501b

%61.51
%28.78
%9.71

CMYK Percentages of Color #ab501b

%0
%53
%84
%33

Triadic Colors of #ab501b

#ab501b #1bab50 #501bab

Analogous Colors of #ab501b

#ab501b #ab981b #ab1b2e

Monochromatic Colors of #ab501b

#ab501b

Complementary Color

#ab501b #1b76ab

#ab501b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab501b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab501b Color CSS Codes

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

#ab501b Text Font Color

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

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


#ab501b Background Color

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

This div background color is #ab501b


#ab501b Border Color

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

This div border color is #ab501b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab501b


Comments

No comments written yet.

Please login to write comment.