Color Hex Logo

#ab0740 Color Hex

#AB0740
(171,7,64)
0 Favorites   0 Comments

Color spaces of #ab0740

RGB 171764
HSL0.940.920.35
HSV339°96°67°
CMYK 0.000.960.63   0.33
XYZ17.79609.18015.6845
Yxy9.18010.54490.2811
Hunter Lab30.298751.819710.0854
CIE-Lab36.328860.488015.4727

#ab0740 color RGB value is (171,7,64).

#ab0740 hex color red value is 171, green value is 7 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ab0740 hue: 0.94 , saturation: 0.92 and the lightness value of ab0740 is 0.35.

The process color (four color CMYK) of #ab0740 color hex is 0.00, 0.96, 0.63, 0.33. Web safe color of #ab0740 is #990033. Color #ab0740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000111 01000000
Octal 253 7 100
Decimal 171 7 64
Hex AB 7 40

RGB Percentages of Color #ab0740

%70.66
%2.89
%26.45

CMYK Percentages of Color #ab0740

%0
%96
%63
%33

Triadic Colors of #ab0740

#ab0740 #40ab07 #0740ab

Analogous Colors of #ab0740

#ab0740 #ab2007 #ab0792

Monochromatic Colors of #ab0740

#ab0740

Complementary Color

#ab0740 #07ab72

#ab0740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0740 Color CSS Codes

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

#ab0740 Text Font Color

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

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


#ab0740 Background Color

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

This div background color is #ab0740


#ab0740 Border Color

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

This div border color is #ab0740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0740


Comments

No comments written yet.

Please login to write comment.