Color Hex Logo

#ab4686 Color Hex

#AB4686
(171,70,134)
0 Favorites   0 Comments

Color spaces of #ab4686

RGB 17170134
HSL0.890.420.47
HSV322°59°67°
CMYK 0.000.590.22   0.33
XYZ23.287814.759524.1757
Yxy14.75950.37430.2372
Hunter Lab38.418140.9692-10.4173
CIE-Lab45.303048.6348-15.4123

#ab4686 color RGB value is (171,70,134).

#ab4686 hex color red value is 171, green value is 70 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ab4686 hue: 0.89 , saturation: 0.42 and the lightness value of ab4686 is 0.47.

The process color (four color CMYK) of #ab4686 color hex is 0.00, 0.59, 0.22, 0.33. Web safe color of #ab4686 is #993399. Color #ab4686 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000110 10000110
Octal 253 106 206
Decimal 171 70 134
Hex AB 46 86

RGB Percentages of Color #ab4686

%45.60
%18.67
%35.73

CMYK Percentages of Color #ab4686

%0
%59
%22
%33

Triadic Colors of #ab4686

#ab4686 #86ab46 #4686ab

Analogous Colors of #ab4686

#ab4686 #ab4653 #9e46ab

Monochromatic Colors of #ab4686

#ab4686

Complementary Color

#ab4686 #46ab6b

#ab4686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4686 Color CSS Codes

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

#ab4686 Text Font Color

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

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


#ab4686 Background Color

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

This div background color is #ab4686


#ab4686 Border Color

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

This div border color is #ab4686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4686


Comments

No comments written yet.

Please login to write comment.