Color Hex Logo

#ab698b Color Hex

#AB698B
(171,105,139)
0 Favorites   0 Comments

Color spaces of #ab698b

RGB 171105139
HSL0.910.280.54
HSV329°39°67°
CMYK 0.000.390.19   0.33
XYZ26.506420.625227.0101
Yxy20.62520.35750.2782
Hunter Lab45.415024.7051-3.4716
CIE-Lab52.536831.2513-7.4993

#ab698b color RGB value is (171,105,139).

#ab698b hex color red value is 171, green value is 105 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ab698b hue: 0.91 , saturation: 0.28 and the lightness value of ab698b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101001 10001011
Octal 253 151 213
Decimal 171 105 139
Hex AB 69 8B

RGB Percentages of Color #ab698b

%41.20
%25.30
%33.49

CMYK Percentages of Color #ab698b

%0
%39
%19
%33

Triadic Colors of #ab698b

#ab698b #8bab69 #698bab

Analogous Colors of #ab698b

#ab698b #ab696a #aa69ab

Monochromatic Colors of #ab698b

#ab698b

Complementary Color

#ab698b #69ab89

#ab698b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab698b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab698b Color CSS Codes

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

#ab698b Text Font Color

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

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


#ab698b Background Color

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

This div background color is #ab698b


#ab698b Border Color

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

This div border color is #ab698b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab698b

#ab698b Color Palettes


Comments

No comments written yet.

Please login to write comment.