Color Hex Logo

#ab281a Color Hex

#AB281A
(171,40,26)
0 Favorites   0 Comments

Color spaces of #ab281a

RGB 1714026
HSL0.020.740.39
HSV85°67°
CMYK 0.000.770.85   0.33
XYZ17.739810.25012.0208
Yxy10.25010.59110.3415
Hunter Lab32.015842.878418.6687
CIE-Lab38.287651.743340.6471

#ab281a color RGB value is (171,40,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101000 00011010
Octal 253 50 32
Decimal 171 40 26
Hex AB 28 1A

RGB Percentages of Color #ab281a

%72.15
%16.88
%10.97

CMYK Percentages of Color #ab281a

%0
%77
%85
%33

Triadic Colors of #ab281a

#ab281a #1aab28 #281aab

Analogous Colors of #ab281a

#ab281a #ab711a #ab1a54

Monochromatic Colors of #ab281a

#ab281a

Complementary Color

#ab281a #1a9dab

#ab281a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab281a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab281a Color CSS Codes

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

#ab281a Text Font Color

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

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


#ab281a Background Color

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

This div background color is #ab281a


#ab281a Border Color

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

This div border color is #ab281a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab281a


Comments

No comments written yet.

Please login to write comment.