Color Hex Logo

#ab527e Color Hex

#AB527E
(171,82,126)
0 Favorites   0 Comments

Color spaces of #ab527e

RGB 17182126
HSL0.920.350.50
HSV330°52°67°
CMYK 0.000.520.26   0.33
XYZ23.577816.198921.6227
Yxy16.19890.38400.2638
Hunter Lab40.247934.1342-3.6794
CIE-Lab47.234441.6034-7.6598

#ab527e color RGB value is (171,82,126).

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

The process color (four color CMYK) of #ab527e color hex is 0.00, 0.52, 0.26, 0.33. Web safe color of #ab527e is #996666. Color #ab527e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010010 01111110
Octal 253 122 176
Decimal 171 82 126
Hex AB 52 7E

RGB Percentages of Color #ab527e

%45.12
%21.64
%33.25

CMYK Percentages of Color #ab527e

%0
%52
%26
%33

Triadic Colors of #ab527e

#ab527e #7eab52 #527eab

Analogous Colors of #ab527e

#ab527e #ab5352 #ab52ab

Monochromatic Colors of #ab527e

#ab527e

Complementary Color

#ab527e #52ab7f

#ab527e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab527e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab527e Color CSS Codes

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

#ab527e Text Font Color

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

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


#ab527e Background Color

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

This div background color is #ab527e


#ab527e Border Color

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

This div border color is #ab527e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab527e


Comments

No comments written yet.

Please login to write comment.