Color Hex Logo

#ab799b Color Hex

#AB799B
(171,121,155)
0 Favorites   0 Comments

Color spaces of #ab799b

RGB 171121155
HSL0.890.230.57
HSV319°29°67°
CMYK 0.000.290.09   0.33
XYZ29.548424.699234.2204
Yxy24.69920.33400.2792
Hunter Lab49.698319.1562-6.0361
CIE-Lab56.781225.0037-10.4942

#ab799b color RGB value is (171,121,155).

#ab799b hex color red value is 171, green value is 121 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ab799b hue: 0.89 , saturation: 0.23 and the lightness value of ab799b is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111001 10011011
Octal 253 171 233
Decimal 171 121 155
Hex AB 79 9B

RGB Percentages of Color #ab799b

%38.26
%27.07
%34.68

CMYK Percentages of Color #ab799b

%0
%29
%9
%33

Triadic Colors of #ab799b

#ab799b #9bab79 #799bab

Analogous Colors of #ab799b

#ab799b #ab7982 #a279ab

Monochromatic Colors of #ab799b

#ab799b

Complementary Color

#ab799b #79ab89

#ab799b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab799b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab799b Color CSS Codes

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

#ab799b Text Font Color

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

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


#ab799b Background Color

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

This div background color is #ab799b


#ab799b Border Color

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

This div border color is #ab799b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab799b


Comments

No comments written yet.

Please login to write comment.