Color Hex Logo

#ab529d Color Hex

#AB529D
(171,82,157)
0 Favorites   0 Comments

Color spaces of #ab529d

RGB 17182157
HSL0.860.350.50
HSV309°52°67°
CMYK 0.000.520.08   0.33
XYZ25.897717.126833.8391
Yxy17.12680.33690.2228
Hunter Lab41.384539.2791-19.5108
CIE-Lab48.419446.4788-24.4041

#ab529d color RGB value is (171,82,157).

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

The process color (four color CMYK) of #ab529d color hex is 0.00, 0.52, 0.08, 0.33. Web safe color of #ab529d is #996699. Color #ab529d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010010 10011101
Octal 253 122 235
Decimal 171 82 157
Hex AB 52 9D

RGB Percentages of Color #ab529d

%41.71
%20.00
%38.29

CMYK Percentages of Color #ab529d

%0
%52
%8
%33

Triadic Colors of #ab529d

#ab529d #9dab52 #529dab

Analogous Colors of #ab529d

#ab529d #ab5271 #8d52ab

Monochromatic Colors of #ab529d

#ab529d

Complementary Color

#ab529d #52ab60

#ab529d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab529d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab529d Color CSS Codes

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

#ab529d Text Font Color

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

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


#ab529d Background Color

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

This div background color is #ab529d


#ab529d Border Color

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

This div border color is #ab529d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab529d


Comments

No comments written yet.

Please login to write comment.