Color Hex Logo

#ab127f Color Hex

#AB127F
(171,18,127)
0 Favorites   0 Comments

Color spaces of #ab127f

RGB 17118127
HSL0.880.810.37
HSV317°89°67°
CMYK 0.000.890.26   0.33
XYZ20.841710.622821.0306
Yxy10.62280.39700.2024
Hunter Lab32.592657.1066-15.4424
CIE-Lab38.937864.7092-20.8893

#ab127f color RGB value is (171,18,127).

#ab127f hex color red value is 171, green value is 18 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ab127f hue: 0.88 , saturation: 0.81 and the lightness value of ab127f is 0.37.

The process color (four color CMYK) of #ab127f color hex is 0.00, 0.89, 0.26, 0.33. Web safe color of #ab127f is #990066. Color #ab127f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010010 01111111
Octal 253 22 177
Decimal 171 18 127
Hex AB 12 7F

RGB Percentages of Color #ab127f

%54.11
%5.70
%40.19

CMYK Percentages of Color #ab127f

%0
%89
%26
%33

Triadic Colors of #ab127f

#ab127f #7fab12 #127fab

Analogous Colors of #ab127f

#ab127f #ab1233 #8b12ab

Monochromatic Colors of #ab127f

#ab127f

Complementary Color

#ab127f #12ab3e

#ab127f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab127f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab127f Color CSS Codes

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

#ab127f Text Font Color

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

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


#ab127f Background Color

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

This div background color is #ab127f


#ab127f Border Color

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

This div border color is #ab127f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab127f


Comments

No comments written yet.

Please login to write comment.