Color Hex Logo

#ab1159 Color Hex

#AB1159
(171,17,89)
0 Favorites   0 Comments

Color spaces of #ab1159

RGB 1711789
HSL0.920.820.37
HSV332°90°67°
CMYK 0.000.900.48   0.33
XYZ18.79829.780110.3482
Yxy9.78010.48290.2512
Hunter Lab31.273252.56782.2723
CIE-Lab37.444860.94920.8755

#ab1159 color RGB value is (171,17,89).

#ab1159 hex color red value is 171, green value is 17 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #ab1159 hue: 0.92 , saturation: 0.82 and the lightness value of ab1159 is 0.37.

The process color (four color CMYK) of #ab1159 color hex is 0.00, 0.90, 0.48, 0.33. Web safe color of #ab1159 is #990066. Color #ab1159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010001 01011001
Octal 253 21 131
Decimal 171 17 89
Hex AB 11 59

RGB Percentages of Color #ab1159

%61.73
%6.14
%32.13

CMYK Percentages of Color #ab1159

%0
%90
%48
%33

Triadic Colors of #ab1159

#ab1159 #59ab11 #1159ab

Analogous Colors of #ab1159

#ab1159 #ab1611 #ab11a6

Monochromatic Colors of #ab1159

#ab1159

Complementary Color

#ab1159 #11ab63

#ab1159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1159 Color CSS Codes

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

#ab1159 Text Font Color

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

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


#ab1159 Background Color

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

This div background color is #ab1159


#ab1159 Border Color

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

This div border color is #ab1159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1159


Comments

No comments written yet.

Please login to write comment.