Color Hex Logo

#ab1503 Color Hex

#AB1503
(171,21,3)
0 Favorites   0 Comments

Color spaces of #ab1503

RGB 171213
HSL0.020.970.34
HSV98°67°
CMYK 0.000.880.98   0.33
XYZ17.07929.20080.9619
Yxy9.20080.62690.3377
Hunter Lab30.332847.423819.3528
CIE-Lab36.368156.425448.9451

#ab1503 color RGB value is (171,21,3).

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

The process color (four color CMYK) of #ab1503 color hex is 0.00, 0.88, 0.98, 0.33. Web safe color of #ab1503 is #990000. Color #ab1503 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010101 00000011
Octal 253 25 3
Decimal 171 21 3
Hex AB 15 3

RGB Percentages of Color #ab1503

%87.69
%10.77
%1.54

CMYK Percentages of Color #ab1503

%0
%88
%98
%33

Triadic Colors of #ab1503

#ab1503 #03ab15 #1503ab

Analogous Colors of #ab1503

#ab1503 #ab6903 #ab0345

Monochromatic Colors of #ab1503

#ab1503

Complementary Color

#ab1503 #0399ab

#ab1503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1503 Color CSS Codes

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

#ab1503 Text Font Color

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

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


#ab1503 Background Color

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

This div background color is #ab1503


#ab1503 Border Color

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

This div border color is #ab1503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1503


Comments

No comments written yet.

Please login to write comment.