Color Hex Logo

#ab1684 Color Hex

#AB1684
(171,22,132)
0 Favorites   0 Comments

Color spaces of #ab1684

RGB 17122132
HSL0.880.770.38
HSV316°87°67°
CMYK 0.000.870.23   0.33
XYZ21.246410.897722.8135
Yxy10.89770.38660.1983
Hunter Lab33.011757.1127-17.8656
CIE-Lab39.407664.6229-23.2580

#ab1684 color RGB value is (171,22,132).

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

The process color (four color CMYK) of #ab1684 color hex is 0.00, 0.87, 0.23, 0.33. Web safe color of #ab1684 is #990099. Color #ab1684 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010110 10000100
Octal 253 26 204
Decimal 171 22 132
Hex AB 16 84

RGB Percentages of Color #ab1684

%52.62
%6.77
%40.62

CMYK Percentages of Color #ab1684

%0
%87
%23
%33

Triadic Colors of #ab1684

#ab1684 #84ab16 #1684ab

Analogous Colors of #ab1684

#ab1684 #ab163a #8816ab

Monochromatic Colors of #ab1684

#ab1684

Complementary Color

#ab1684 #16ab3d

#ab1684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1684 Color CSS Codes

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

#ab1684 Text Font Color

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

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


#ab1684 Background Color

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

This div background color is #ab1684


#ab1684 Border Color

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

This div border color is #ab1684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1684


Comments

No comments written yet.

Please login to write comment.