Color Hex Logo

#ab7073 Color Hex

#AB7073
(171,112,115)
0 Favorites   0 Comments

Color spaces of #ab7073

RGB 171112115
HSL0.990.260.55
HSV357°35°67°
CMYK 0.000.350.33   0.33
XYZ25.683321.484119.0128
Yxy21.48410.38810.3246
Hunter Lab46.350917.79368.1254
CIE-Lab53.475323.78927.9978

#ab7073 color RGB value is (171,112,115).

#ab7073 hex color red value is 171, green value is 112 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ab7073 hue: 0.99 , saturation: 0.26 and the lightness value of ab7073 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110000 01110011
Octal 253 160 163
Decimal 171 112 115
Hex AB 70 73

RGB Percentages of Color #ab7073

%42.96
%28.14
%28.89

CMYK Percentages of Color #ab7073

%0
%35
%33
%33

Triadic Colors of #ab7073

#ab7073 #73ab70 #7073ab

Analogous Colors of #ab7073

#ab7073 #ab8b70 #ab7091

Monochromatic Colors of #ab7073

#ab7073

Complementary Color

#ab7073 #70aba8

#ab7073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7073 Color CSS Codes

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

#ab7073 Text Font Color

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

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


#ab7073 Background Color

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

This div background color is #ab7073


#ab7073 Border Color

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

This div border color is #ab7073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7073


Comments

No comments written yet.

Please login to write comment.