Color Hex Logo

#ab738d Color Hex

#AB738D
(171,115,141)
0 Favorites   0 Comments

Color spaces of #ab738d

RGB 171115141
HSL0.920.250.56
HSV332°33°67°
CMYK 0.000.330.18   0.33
XYZ27.733022.842528.1467
Yxy22.84250.35230.2902
Hunter Lab47.793819.9378-1.4613
CIE-Lab54.909725.9864-5.1466

#ab738d color RGB value is (171,115,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110011 10001101
Octal 253 163 215
Decimal 171 115 141
Hex AB 73 8D

RGB Percentages of Color #ab738d

%40.05
%26.93
%33.02

CMYK Percentages of Color #ab738d

%0
%33
%18
%33

Triadic Colors of #ab738d

#ab738d #8dab73 #738dab

Analogous Colors of #ab738d

#ab738d #ab7573 #ab73a9

Monochromatic Colors of #ab738d

#ab738d

Complementary Color

#ab738d #73ab91

#ab738d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab738d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab738d Color CSS Codes

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

#ab738d Text Font Color

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

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


#ab738d Background Color

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

This div background color is #ab738d


#ab738d Border Color

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

This div border color is #ab738d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab738d


Comments

No comments written yet.

Please login to write comment.