Color Hex Logo

#ab147d Color Hex

#AB147D
(171,20,125)
0 Favorites   0 Comments

Color spaces of #ab147d

RGB 17120125
HSL0.880.790.37
HSV318°88°67°
CMYK 0.000.880.27   0.33
XYZ20.746410.638920.3621
Yxy10.63890.40090.2056
Hunter Lab32.617356.4554-14.1810
CIE-Lab38.965564.1294-19.6033

#ab147d color RGB value is (171,20,125).

#ab147d hex color red value is 171, green value is 20 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ab147d hue: 0.88 , saturation: 0.79 and the lightness value of ab147d is 0.37.

The process color (four color CMYK) of #ab147d color hex is 0.00, 0.88, 0.27, 0.33. Web safe color of #ab147d is #990066. Color #ab147d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010100 01111101
Octal 253 24 175
Decimal 171 20 125
Hex AB 14 7D

RGB Percentages of Color #ab147d

%54.11
%6.33
%39.56

CMYK Percentages of Color #ab147d

%0
%88
%27
%33

Triadic Colors of #ab147d

#ab147d #7dab14 #147dab

Analogous Colors of #ab147d

#ab147d #ab1431 #8e14ab

Monochromatic Colors of #ab147d

#ab147d

Complementary Color

#ab147d #14ab42

#ab147d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab147d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab147d Color CSS Codes

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

#ab147d Text Font Color

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

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


#ab147d Background Color

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

This div background color is #ab147d


#ab147d Border Color

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

This div border color is #ab147d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab147d


Comments

No comments written yet.

Please login to write comment.