Color Hex Logo

#ab7b97 Color Hex

#AB7B97
(171,123,151)
0 Favorites   0 Comments

Color spaces of #ab7b97

RGB 171123151
HSL0.900.220.58
HSV325°28°67°
CMYK 0.000.280.12   0.33
XYZ29.463525.058232.5620
Yxy25.05820.33830.2877
Hunter Lab50.058217.4607-3.5264
CIE-Lab57.132123.1664-7.6561

#ab7b97 color RGB value is (171,123,151).

#ab7b97 hex color red value is 171, green value is 123 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ab7b97 hue: 0.90 , saturation: 0.22 and the lightness value of ab7b97 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111011 10010111
Octal 253 173 227
Decimal 171 123 151
Hex AB 7B 97

RGB Percentages of Color #ab7b97

%38.43
%27.64
%33.93

CMYK Percentages of Color #ab7b97

%0
%28
%12
%33

Triadic Colors of #ab7b97

#ab7b97 #97ab7b #7b97ab

Analogous Colors of #ab7b97

#ab7b97 #ab7b7f #a77bab

Monochromatic Colors of #ab7b97

#ab7b97

Complementary Color

#ab7b97 #7bab8f

#ab7b97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7b97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7b97 Color CSS Codes

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

#ab7b97 Text Font Color

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

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


#ab7b97 Background Color

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

This div background color is #ab7b97


#ab7b97 Border Color

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

This div border color is #ab7b97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7b97


Comments

No comments written yet.

Please login to write comment.