Color Hex Logo

#ab145d Color Hex

#AB145D
(171,20,93)
0 Favorites   0 Comments

Color spaces of #ab145d

RGB 1712093
HSL0.920.790.37
HSV331°88°67°
CMYK 0.000.880.46   0.33
XYZ19.02059.948611.2737
Yxy9.94860.47260.2472
Hunter Lab31.541452.44390.8872
CIE-Lab37.750060.7775-1.2419

#ab145d color RGB value is (171,20,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010100 01011101
Octal 253 24 135
Decimal 171 20 93
Hex AB 14 5D

RGB Percentages of Color #ab145d

%60.21
%7.04
%32.75

CMYK Percentages of Color #ab145d

%0
%88
%46
%33

Triadic Colors of #ab145d

#ab145d #5dab14 #145dab

Analogous Colors of #ab145d

#ab145d #ab1714 #ab14a9

Monochromatic Colors of #ab145d

#ab145d

Complementary Color

#ab145d #14ab62

#ab145d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab145d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab145d Color CSS Codes

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

#ab145d Text Font Color

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

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


#ab145d Background Color

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

This div background color is #ab145d


#ab145d Border Color

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

This div border color is #ab145d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab145d


Comments

No comments written yet.

Please login to write comment.