Color Hex Logo

#ab1771 Color Hex

#AB1771
(171,23,113)
0 Favorites   0 Comments

Color spaces of #ab1771

RGB 17123113
HSL0.900.760.38
HSV324°87°67°
CMYK 0.000.870.34   0.33
XYZ20.081610.463016.5839
Yxy10.46300.42610.2220
Hunter Lab32.346654.2110-7.7551
CIE-Lab38.660962.1917-12.5655

#ab1771 color RGB value is (171,23,113).

#ab1771 hex color red value is 171, green value is 23 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #ab1771 hue: 0.90 , saturation: 0.76 and the lightness value of ab1771 is 0.38.

The process color (four color CMYK) of #ab1771 color hex is 0.00, 0.87, 0.34, 0.33. Web safe color of #ab1771 is #990066. Color #ab1771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010111 01110001
Octal 253 27 161
Decimal 171 23 113
Hex AB 17 71

RGB Percentages of Color #ab1771

%55.70
%7.49
%36.81

CMYK Percentages of Color #ab1771

%0
%87
%34
%33

Triadic Colors of #ab1771

#ab1771 #71ab17 #1771ab

Analogous Colors of #ab1771

#ab1771 #ab1727 #9b17ab

Monochromatic Colors of #ab1771

#ab1771

Complementary Color

#ab1771 #17ab51

#ab1771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1771 Color CSS Codes

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

#ab1771 Text Font Color

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

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


#ab1771 Background Color

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

This div background color is #ab1771


#ab1771 Border Color

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

This div border color is #ab1771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1771


Comments

No comments written yet.

Please login to write comment.