Color Hex Logo

#ab538d Color Hex

#AB538D
(171,83,141)
0 Favorites   0 Comments

Color spaces of #ab538d

RGB 17183141
HSL0.890.350.50
HSV320°51°67°
CMYK 0.000.510.18   0.33
XYZ24.695616.767527.1342
Yxy16.76750.36000.2444
Hunter Lab40.948135.9931-10.6247
CIE-Lab47.965743.3393-15.5727

#ab538d color RGB value is (171,83,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010011 10001101
Octal 253 123 215
Decimal 171 83 141
Hex AB 53 8D

RGB Percentages of Color #ab538d

%43.29
%21.01
%35.70

CMYK Percentages of Color #ab538d

%0
%51
%18
%33

Triadic Colors of #ab538d

#ab538d #8dab53 #538dab

Analogous Colors of #ab538d

#ab538d #ab5361 #9d53ab

Monochromatic Colors of #ab538d

#ab538d

Complementary Color

#ab538d #53ab71

#ab538d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab538d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab538d Color CSS Codes

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

#ab538d Text Font Color

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

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


#ab538d Background Color

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

This div background color is #ab538d


#ab538d Border Color

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

This div border color is #ab538d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab538d

#ab538d Color Palettes


Comments

No comments written yet.

Please login to write comment.