Color Hex Logo

#ab4319 Color Hex

#AB4319
(171,67,25)
0 Favorites   0 Comments

Color spaces of #ab4319

RGB 1716725
HSL0.050.740.38
HSV17°85°67°
CMYK 0.000.610.85   0.33
XYZ18.977212.74242.3790
Yxy12.74240.55650.3737
Hunter Lab35.696532.426421.0362
CIE-Lab42.372540.630944.7299

#ab4319 color RGB value is (171,67,25).

#ab4319 hex color red value is 171, green value is 67 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #ab4319 hue: 0.05 , saturation: 0.74 and the lightness value of ab4319 is 0.38.

The process color (four color CMYK) of #ab4319 color hex is 0.00, 0.61, 0.85, 0.33. Web safe color of #ab4319 is #993300. Color #ab4319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000011 00011001
Octal 253 103 31
Decimal 171 67 25
Hex AB 43 19

RGB Percentages of Color #ab4319

%65.02
%25.48
%9.51

CMYK Percentages of Color #ab4319

%0
%61
%85
%33

Triadic Colors of #ab4319

#ab4319 #19ab43 #4319ab

Analogous Colors of #ab4319

#ab4319 #ab8c19 #ab1938

Monochromatic Colors of #ab4319

#ab4319

Complementary Color

#ab4319 #1981ab

#ab4319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4319 Color CSS Codes

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

#ab4319 Text Font Color

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

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


#ab4319 Background Color

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

This div background color is #ab4319


#ab4319 Border Color

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

This div border color is #ab4319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4319


Comments

No comments written yet.

Please login to write comment.