color codes Logo

#ab4a8d color codes

#AB4A8D
(171,74,141)
0 Favorites   0 Comments

Color spaces of #ab4a8d

RGB 17174141
HSL0.880.400.48
HSV319°57°67°
CMYK 0.000.570.18   0.33
XYZ24.051115.478626.9193
Yxy15.47860.36190.2329
Hunter Lab39.342940.2708-13.0276
CIE-Lab46.282947.7930-18.1410

#ab4a8d color RGB value is (171,74,141).

#ab4a8d hex color red value is 171, green value is 74 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ab4a8d hue: 0.88 , saturation: 0.40 and the lightness value of ab4a8d is 0.48.

The process color (four color CMYK) of #ab4a8d color code is 0.00, 0.57, 0.18, 0.33. Web safe color of #ab4a8d is #993399. Color #ab4a8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001010 10001101
Octal 253 112 215
Decimal 171 74 141
Hex AB 4A 8D

RGB Percentages of Color #ab4a8d

%44.30
%19.17
%36.53

CMYK Percentages of Color #ab4a8d

%0
%57
%18
%33

Triadic Colors of #ab4a8d

#ab4a8d #8dab4a #4a8dab

Analogous Colors of #ab4a8d

#ab4a8d #ab4a5d #994aab

Monochromatic Colors of #ab4a8d

#ab4a8d

Complementary Color

#ab4a8d #4aab68

#ab4a8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4a8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4a8d Color CSS Codes

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

#ab4a8d Text Font Color

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

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


#ab4a8d Background Color

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

This div background color is #ab4a8d


#ab4a8d Border Color

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

This div border color is #ab4a8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4a8d


Comments

No comments written yet.

Please login to write comment.