Color Hex Logo

#ab418d Color Hex

#AB418D
(171,65,141)
0 Favorites   0 Comments

Color spaces of #ab418d

RGB 17165141
HSL0.880.450.46
HSV317°62°67°
CMYK 0.000.620.18   0.33
XYZ23.492614.361626.7332
Yxy14.36160.36370.2224
Hunter Lab37.896744.3350-15.2968
CIE-Lab44.747151.9455-20.4990

#ab418d color RGB value is (171,65,141).

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

The process color (four color CMYK) of #ab418d color hex is 0.00, 0.62, 0.18, 0.33. Web safe color of #ab418d is #993399. Color #ab418d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000001 10001101
Octal 253 101 215
Decimal 171 65 141
Hex AB 41 8D

RGB Percentages of Color #ab418d

%45.36
%17.24
%37.40

CMYK Percentages of Color #ab418d

%0
%62
%18
%33

Triadic Colors of #ab418d

#ab418d #8dab41 #418dab

Analogous Colors of #ab418d

#ab418d #ab4158 #9441ab

Monochromatic Colors of #ab418d

#ab418d

Complementary Color

#ab418d #41ab5f

#ab418d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab418d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab418d Color CSS Codes

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

#ab418d Text Font Color

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

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


#ab418d Background Color

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

This div background color is #ab418d


#ab418d Border Color

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

This div border color is #ab418d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab418d


Comments

No comments written yet.

Please login to write comment.