Color Hex Logo

#ab518c Color Hex

#AB518C
(171,81,140)
0 Favorites   0 Comments

Color spaces of #ab518c

RGB 17181140
HSL0.890.360.49
HSV321°53°67°
CMYK 0.000.530.18   0.33
XYZ24.470616.436226.6937
Yxy16.43620.36200.2431
Hunter Lab40.541636.7935-10.6591
CIE-Lab47.541644.1953-15.6191

#ab518c color RGB value is (171,81,140).

#ab518c hex color red value is 171, green value is 81 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ab518c hue: 0.89 , saturation: 0.36 and the lightness value of ab518c is 0.49.

The process color (four color CMYK) of #ab518c color hex is 0.00, 0.53, 0.18, 0.33. Web safe color of #ab518c is #996699. Color #ab518c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010001 10001100
Octal 253 121 214
Decimal 171 81 140
Hex AB 51 8C

RGB Percentages of Color #ab518c

%43.62
%20.66
%35.71

CMYK Percentages of Color #ab518c

%0
%53
%18
%33

Triadic Colors of #ab518c

#ab518c #8cab51 #518cab

Analogous Colors of #ab518c

#ab518c #ab515f #9d51ab

Monochromatic Colors of #ab518c

#ab518c

Complementary Color

#ab518c #51ab70

#ab518c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab518c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab518c Color CSS Codes

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

#ab518c Text Font Color

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

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


#ab518c Background Color

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

This div background color is #ab518c


#ab518c Border Color

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

This div border color is #ab518c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab518c


Comments

No comments written yet.

Please login to write comment.