Color Hex Logo

#ab2004 Color Hex

#AB2004
(171,32,4)
0 Favorites   0 Comments

Color spaces of #ab2004

RGB 171324
HSL0.030.950.34
HSV10°98°67°
CMYK 0.000.810.98   0.33
XYZ17.33309.69971.0735
Yxy9.69970.61670.3451
Hunter Lab31.144344.839419.7574
CIE-Lab37.298053.807849.0076

#ab2004 color RGB value is (171,32,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100000 00000100
Octal 253 40 4
Decimal 171 32 4
Hex AB 20 4

RGB Percentages of Color #ab2004

%82.61
%15.46
%1.93

CMYK Percentages of Color #ab2004

%0
%81
%98
%33

Triadic Colors of #ab2004

#ab2004 #04ab20 #2004ab

Analogous Colors of #ab2004

#ab2004 #ab7404 #ab043c

Monochromatic Colors of #ab2004

#ab2004

Complementary Color

#ab2004 #048fab

#ab2004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2004 Color CSS Codes

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

#ab2004 Text Font Color

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

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


#ab2004 Background Color

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

This div background color is #ab2004


#ab2004 Border Color

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

This div border color is #ab2004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2004


Comments

No comments written yet.

Please login to write comment.