Color Hex Logo

#ab050e Color Hex

#AB050E
(171,5,14)
0 Favorites   0 Comments

Color spaces of #ab050e

RGB 171514
HSL0.990.940.35
HSV357°97°67°
CMYK 0.000.970.92   0.33
XYZ16.92818.79821.2215
Yxy8.79820.62820.3265
Hunter Lab29.661849.962718.3216
CIE-Lab35.592858.932444.1810

#ab050e color RGB value is (171,5,14).

#ab050e hex color red value is 171, green value is 5 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ab050e hue: 0.99 , saturation: 0.94 and the lightness value of ab050e is 0.35.

The process color (four color CMYK) of #ab050e color hex is 0.00, 0.97, 0.92, 0.33. Web safe color of #ab050e is #990000. Color #ab050e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000101 00001110
Octal 253 5 16
Decimal 171 5 14
Hex AB 5 E

RGB Percentages of Color #ab050e

%90.00
%2.63
%7.37

CMYK Percentages of Color #ab050e

%0
%97
%92
%33

Triadic Colors of #ab050e

#ab050e #0eab05 #050eab

Analogous Colors of #ab050e

#ab050e #ab4f05 #ab0561

Monochromatic Colors of #ab050e

#ab050e

Complementary Color

#ab050e #05aba2

#ab050e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab050e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab050e Color CSS Codes

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

#ab050e Text Font Color

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

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


#ab050e Background Color

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

This div background color is #ab050e


#ab050e Border Color

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

This div border color is #ab050e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab050e


Comments

No comments written yet.

Please login to write comment.