Color Hex Logo

#ab738a Color Hex

#AB738A
(171,115,138)
0 Favorites   0 Comments

Color spaces of #ab738a

RGB 171115138
HSL0.930.250.56
HSV335°33°67°
CMYK 0.000.330.19   0.33
XYZ27.512822.754426.9867
Yxy22.75440.35610.2945
Hunter Lab47.701619.4756-0.1516
CIE-Lab54.818525.4998-3.5292

#ab738a color RGB value is (171,115,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110011 10001010
Octal 253 163 212
Decimal 171 115 138
Hex AB 73 8A

RGB Percentages of Color #ab738a

%40.33
%27.12
%32.55

CMYK Percentages of Color #ab738a

%0
%33
%19
%33

Triadic Colors of #ab738a

#ab738a #8aab73 #738aab

Analogous Colors of #ab738a

#ab738a #ab7873 #ab73a6

Monochromatic Colors of #ab738a

#ab738a

Complementary Color

#ab738a #73ab94

#ab738a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab738a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab738a Color CSS Codes

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

#ab738a Text Font Color

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

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


#ab738a Background Color

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

This div background color is #ab738a


#ab738a Border Color

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

This div border color is #ab738a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab738a


Comments

No comments written yet.

Please login to write comment.