Color Hex Logo

#ab537c Color Hex

#AB537C
(171,83,124)
0 Favorites   0 Comments

Color spaces of #ab537c

RGB 17183124
HSL0.920.350.50
HSV332°51°67°
CMYK 0.000.510.27   0.33
XYZ23.525916.299720.9750
Yxy16.29970.38690.2681
Hunter Lab40.372933.3621-2.5420
CIE-Lab47.365340.8086-6.2572

#ab537c color RGB value is (171,83,124).

#ab537c hex color red value is 171, green value is 83 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ab537c hue: 0.92 , saturation: 0.35 and the lightness value of ab537c is 0.50.

The process color (four color CMYK) of #ab537c color hex is 0.00, 0.51, 0.27, 0.33. Web safe color of #ab537c is #996666. Color #ab537c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010011 01111100
Octal 253 123 174
Decimal 171 83 124
Hex AB 53 7C

RGB Percentages of Color #ab537c

%45.24
%21.96
%32.80

CMYK Percentages of Color #ab537c

%0
%51
%27
%33

Triadic Colors of #ab537c

#ab537c #7cab53 #537cab

Analogous Colors of #ab537c

#ab537c #ab5653 #ab53a8

Monochromatic Colors of #ab537c

#ab537c

Complementary Color

#ab537c #53ab82

#ab537c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab537c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab537c Color CSS Codes

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

#ab537c Text Font Color

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

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


#ab537c Background Color

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

This div background color is #ab537c


#ab537c Border Color

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

This div border color is #ab537c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab537c


Comments

No comments written yet.

Please login to write comment.