Color Hex Logo

#ab2810 Color Hex

#AB2810
(171,40,16)
0 Favorites   0 Comments

Color spaces of #ab2810

RGB 1714016
HSL0.030.830.37
HSV91°67°
CMYK 0.000.770.91   0.33
XYZ17.646910.21291.5314
Yxy10.21290.60040.3475
Hunter Lab31.957642.641319.5292
CIE-Lab38.221951.527045.2090

#ab2810 color RGB value is (171,40,16).

#ab2810 hex color red value is 171, green value is 40 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ab2810 hue: 0.03 , saturation: 0.83 and the lightness value of ab2810 is 0.37.

The process color (four color CMYK) of #ab2810 color hex is 0.00, 0.77, 0.91, 0.33. Web safe color of #ab2810 is #993300. Color #ab2810 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101000 00010000
Octal 253 50 20
Decimal 171 40 16
Hex AB 28 10

RGB Percentages of Color #ab2810

%75.33
%17.62
%7.05

CMYK Percentages of Color #ab2810

%0
%77
%91
%33

Triadic Colors of #ab2810

#ab2810 #10ab28 #2810ab

Analogous Colors of #ab2810

#ab2810 #ab7610 #ab1046

Monochromatic Colors of #ab2810

#ab2810

Complementary Color

#ab2810 #1093ab

#ab2810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2810 Color CSS Codes

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

#ab2810 Text Font Color

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

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


#ab2810 Background Color

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

This div background color is #ab2810


#ab2810 Border Color

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

This div border color is #ab2810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2810


Comments

No comments written yet.

Please login to write comment.