Color Hex Logo

#ab6172 Color Hex

#AB6172
(171,97,114)
0 Favorites   0 Comments

Color spaces of #ab6172

RGB 17197114
HSL0.960.310.53
HSV346°43°67°
CMYK 0.000.430.33   0.33
XYZ24.106518.422218.2049
Yxy18.42220.39690.3033
Hunter Lab42.921125.14214.8970
CIE-Lab50.004231.99523.6196

#ab6172 color RGB value is (171,97,114).

#ab6172 hex color red value is 171, green value is 97 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ab6172 hue: 0.96 , saturation: 0.31 and the lightness value of ab6172 is 0.53.

The process color (four color CMYK) of #ab6172 color hex is 0.00, 0.43, 0.33, 0.33. Web safe color of #ab6172 is #996666. Color #ab6172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100001 01110010
Octal 253 141 162
Decimal 171 97 114
Hex AB 61 72

RGB Percentages of Color #ab6172

%44.76
%25.39
%29.84

CMYK Percentages of Color #ab6172

%0
%43
%33
%33

Triadic Colors of #ab6172

#ab6172 #72ab61 #6172ab

Analogous Colors of #ab6172

#ab6172 #ab7561 #ab6197

Monochromatic Colors of #ab6172

#ab6172

Complementary Color

#ab6172 #61ab9a

#ab6172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6172 Color CSS Codes

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

#ab6172 Text Font Color

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

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


#ab6172 Background Color

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

This div background color is #ab6172


#ab6172 Border Color

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

This div border color is #ab6172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6172


Comments

No comments written yet.

Please login to write comment.