Color Hex Logo

#ab748d Color Hex

#AB748D
(171,116,141)
0 Favorites   0 Comments

Color spaces of #ab748d

RGB 171116141
HSL0.920.250.56
HSV333°32°67°
CMYK 0.000.320.18   0.33
XYZ27.847723.071828.1849
Yxy23.07180.35200.2917
Hunter Lab48.033119.4293-1.1670
CIE-Lab55.146225.4236-4.7965

#ab748d color RGB value is (171,116,141).

#ab748d hex color red value is 171, green value is 116 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ab748d hue: 0.92 , saturation: 0.25 and the lightness value of ab748d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110100 10001101
Octal 253 164 215
Decimal 171 116 141
Hex AB 74 8D

RGB Percentages of Color #ab748d

%39.95
%27.10
%32.94

CMYK Percentages of Color #ab748d

%0
%32
%18
%33

Triadic Colors of #ab748d

#ab748d #8dab74 #748dab

Analogous Colors of #ab748d

#ab748d #ab7774 #ab74a9

Monochromatic Colors of #ab748d

#ab748d

Complementary Color

#ab748d #74ab92

#ab748d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab748d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab748d Color CSS Codes

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

#ab748d Text Font Color

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

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


#ab748d Background Color

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

This div background color is #ab748d


#ab748d Border Color

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

This div border color is #ab748d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab748d


Comments

No comments written yet.

Please login to write comment.