Color Hex Logo

#ab2908 Color Hex

#AB2908
(171,41,8)
0 Favorites   0 Comments

Color spaces of #ab2908

RGB 171418
HSL0.030.910.35
HSV12°95°67°
CMYK 0.000.760.95   0.33
XYZ17.631410.26131.2811
Yxy10.26130.60440.3517
Hunter Lab32.033342.189820.0521
CIE-Lab38.307451.074948.1446

#ab2908 color RGB value is (171,41,8).

#ab2908 hex color red value is 171, green value is 41 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ab2908 hue: 0.03 , saturation: 0.91 and the lightness value of ab2908 is 0.35.

The process color (four color CMYK) of #ab2908 color hex is 0.00, 0.76, 0.95, 0.33. Web safe color of #ab2908 is #993300. Color #ab2908 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101001 00001000
Octal 253 51 10
Decimal 171 41 8
Hex AB 29 8

RGB Percentages of Color #ab2908

%77.73
%18.64
%3.64

CMYK Percentages of Color #ab2908

%0
%76
%95
%33

Triadic Colors of #ab2908

#ab2908 #08ab29 #2908ab

Analogous Colors of #ab2908

#ab2908 #ab7b08 #ab0838

Monochromatic Colors of #ab2908

#ab2908

Complementary Color

#ab2908 #088aab

#ab2908 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2908 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2908 Color CSS Codes

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

#ab2908 Text Font Color

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

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


#ab2908 Background Color

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

This div background color is #ab2908


#ab2908 Border Color

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

This div border color is #ab2908


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2908


Comments

No comments written yet.

Please login to write comment.