Color Hex Logo

#ab7a92 Color Hex

#AB7A92
(171,122,146)
0 Favorites   0 Comments

Color spaces of #ab7a92

RGB 171122146
HSL0.920.230.57
HSV331°29°67°
CMYK 0.000.290.15   0.33
XYZ28.942424.652330.4271
Yxy24.65230.34450.2934
Hunter Lab49.651117.1611-1.5782
CIE-Lab56.735122.8708-5.3513

#ab7a92 color RGB value is (171,122,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111010 10010010
Octal 253 172 222
Decimal 171 122 146
Hex AB 7A 92

RGB Percentages of Color #ab7a92

%38.95
%27.79
%33.26

CMYK Percentages of Color #ab7a92

%0
%29
%15
%33

Triadic Colors of #ab7a92

#ab7a92 #92ab7a #7a92ab

Analogous Colors of #ab7a92

#ab7a92 #ab7b7a #ab7aab

Monochromatic Colors of #ab7a92

#ab7a92

Complementary Color

#ab7a92 #7aab93

#ab7a92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7a92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7a92 Color CSS Codes

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

#ab7a92 Text Font Color

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

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


#ab7a92 Background Color

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

This div background color is #ab7a92


#ab7a92 Border Color

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

This div border color is #ab7a92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7a92


Comments

No comments written yet.

Please login to write comment.