Color Hex Logo

#ab431a Color Hex

#AB431A
(171,67,26)
0 Favorites   0 Comments

Color spaces of #ab431a

RGB 1716726
HSL0.050.740.39
HSV17°85°67°
CMYK 0.000.610.85   0.33
XYZ18.988212.74682.4369
Yxy12.74680.55570.3730
Hunter Lab35.702732.454320.9450
CIE-Lab42.379240.658444.2915

#ab431a color RGB value is (171,67,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000011 00011010
Octal 253 103 32
Decimal 171 67 26
Hex AB 43 1A

RGB Percentages of Color #ab431a

%64.77
%25.38
%9.85

CMYK Percentages of Color #ab431a

%0
%61
%85
%33

Triadic Colors of #ab431a

#ab431a #1aab43 #431aab

Analogous Colors of #ab431a

#ab431a #ab8c1a #ab1a39

Monochromatic Colors of #ab431a

#ab431a

Complementary Color

#ab431a #1a82ab

#ab431a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab431a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab431a Color CSS Codes

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

#ab431a Text Font Color

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

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


#ab431a Background Color

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

This div background color is #ab431a


#ab431a Border Color

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

This div border color is #ab431a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab431a


Comments

No comments written yet.

Please login to write comment.