Color Hex Logo

#ab1193 Color Hex

#AB1193
(171,17,147)
0 Favorites   0 Comments

Color spaces of #ab1193

RGB 17117147
HSL0.860.820.37
HSV309°90°67°
CMYK 0.000.900.14   0.33
XYZ22.261511.165428.5856
Yxy11.16540.35900.1801
Hunter Lab33.414760.4445-27.3312
CIE-Lab39.857767.4409-31.7573

#ab1193 color RGB value is (171,17,147).

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

The process color (four color CMYK) of #ab1193 color hex is 0.00, 0.90, 0.14, 0.33. Web safe color of #ab1193 is #990099. Color #ab1193 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010001 10010011
Octal 253 21 223
Decimal 171 17 147
Hex AB 11 93

RGB Percentages of Color #ab1193

%51.04
%5.07
%43.88

CMYK Percentages of Color #ab1193

%0
%90
%14
%33

Triadic Colors of #ab1193

#ab1193 #93ab11 #1193ab

Analogous Colors of #ab1193

#ab1193 #ab1146 #7611ab

Monochromatic Colors of #ab1193

#ab1193

Complementary Color

#ab1193 #11ab29

#ab1193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1193 Color CSS Codes

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

#ab1193 Text Font Color

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

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


#ab1193 Background Color

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

This div background color is #ab1193


#ab1193 Border Color

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

This div border color is #ab1193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1193


Comments

No comments written yet.

Please login to write comment.