Color Hex Logo

#ab167d Color Hex

#AB167D
(171,22,125)
0 Favorites   0 Comments

Color spaces of #ab167d

RGB 17122125
HSL0.880.770.38
HSV319°87°67°
CMYK 0.000.870.27   0.33
XYZ20.783210.712420.3743
Yxy10.71240.40070.2065
Hunter Lab32.729856.0691-13.9972
CIE-Lab39.091863.7629-19.4084

#ab167d color RGB value is (171,22,125).

#ab167d hex color red value is 171, green value is 22 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ab167d hue: 0.88 , saturation: 0.77 and the lightness value of ab167d is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010110 01111101
Octal 253 26 175
Decimal 171 22 125
Hex AB 16 7D

RGB Percentages of Color #ab167d

%53.77
%6.92
%39.31

CMYK Percentages of Color #ab167d

%0
%87
%27
%33

Triadic Colors of #ab167d

#ab167d #7dab16 #167dab

Analogous Colors of #ab167d

#ab167d #ab1632 #8f16ab

Monochromatic Colors of #ab167d

#ab167d

Complementary Color

#ab167d #16ab44

#ab167d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab167d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab167d Color CSS Codes

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

#ab167d Text Font Color

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

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


#ab167d Background Color

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

This div background color is #ab167d


#ab167d Border Color

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

This div border color is #ab167d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab167d


Comments

No comments written yet.

Please login to write comment.