Color Hex Logo

#ab548d Color Hex

#AB548D
(171,84,141)
0 Favorites   0 Comments

Color spaces of #ab548d

RGB 17184141
HSL0.890.340.50
HSV321°51°67°
CMYK 0.000.510.18   0.33
XYZ24.772616.921727.1598
Yxy16.92170.35980.2458
Hunter Lab41.136035.5069-10.3507
CIE-Lab48.161242.8279-15.2752

#ab548d color RGB value is (171,84,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010100 10001101
Octal 253 124 215
Decimal 171 84 141
Hex AB 54 8D

RGB Percentages of Color #ab548d

%43.18
%21.21
%35.61

CMYK Percentages of Color #ab548d

%0
%51
%18
%33

Triadic Colors of #ab548d

#ab548d #8dab54 #548dab

Analogous Colors of #ab548d

#ab548d #ab5462 #9e54ab

Monochromatic Colors of #ab548d

#ab548d

Complementary Color

#ab548d #54ab72

#ab548d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab548d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab548d Color CSS Codes

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

#ab548d Text Font Color

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

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


#ab548d Background Color

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

This div background color is #ab548d


#ab548d Border Color

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

This div border color is #ab548d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,84,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 #ab548d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab548d


Comments

No comments written yet.

Please login to write comment.