Color Hex Logo

#ab114f Color Hex

#AB114F
(171,17,79)
0 Favorites   0 Comments

Color spaces of #ab114f

RGB 1711779
HSL0.930.820.37
HSV336°90°67°
CMYK 0.000.900.54   0.33
XYZ18.40639.62338.2845
Yxy9.62330.50690.2650
Hunter Lab31.021451.62395.8812
CIE-Lab37.157760.14836.9027

#ab114f color RGB value is (171,17,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010001 01001111
Octal 253 21 117
Decimal 171 17 79
Hex AB 11 4F

RGB Percentages of Color #ab114f

%64.04
%6.37
%29.59

CMYK Percentages of Color #ab114f

%0
%90
%54
%33

Triadic Colors of #ab114f

#ab114f #4fab11 #114fab

Analogous Colors of #ab114f

#ab114f #ab2011 #ab119c

Monochromatic Colors of #ab114f

#ab114f

Complementary Color

#ab114f #11ab6d

#ab114f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab114f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab114f Color CSS Codes

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

#ab114f Text Font Color

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

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


#ab114f Background Color

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

This div background color is #ab114f


#ab114f Border Color

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

This div border color is #ab114f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab114f


Comments

No comments written yet.

Please login to write comment.