Color Hex Logo

#ab1a04 Color Hex

#AB1A04
(171,26,4)
0 Favorites   0 Comments

Color spaces of #ab1a04

RGB 171264
HSL0.020.950.34
HSV98°67°
CMYK 0.000.850.98   0.33
XYZ17.18599.40551.0245
Yxy9.40550.62230.3406
Hunter Lab30.668446.357919.4872
CIE-Lab36.753655.350048.7316

#ab1a04 color RGB value is (171,26,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011010 00000100
Octal 253 32 4
Decimal 171 26 4
Hex AB 1A 4

RGB Percentages of Color #ab1a04

%85.07
%12.94
%1.99

CMYK Percentages of Color #ab1a04

%0
%85
%98
%33

Triadic Colors of #ab1a04

#ab1a04 #04ab1a #1a04ab

Analogous Colors of #ab1a04

#ab1a04 #ab6e04 #ab0441

Monochromatic Colors of #ab1a04

#ab1a04

Complementary Color

#ab1a04 #0495ab

#ab1a04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1a04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1a04 Color CSS Codes

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

#ab1a04 Text Font Color

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

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


#ab1a04 Background Color

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

This div background color is #ab1a04


#ab1a04 Border Color

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

This div border color is #ab1a04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1a04


Comments

No comments written yet.

Please login to write comment.