Color Hex Logo

#ab7270 Color Hex

#AB7270
(171,114,112)
0 Favorites   0 Comments

Color spaces of #ab7270

RGB 171114112
HSL0.010.260.55
HSV35°67°
CMYK 0.000.330.35   0.33
XYZ25.736521.862418.1926
Yxy21.86240.39120.3323
Hunter Lab46.757216.42629.6611
CIE-Lab53.880722.264810.3280

#ab7270 color RGB value is (171,114,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110010 01110000
Octal 253 162 160
Decimal 171 114 112
Hex AB 72 70

RGB Percentages of Color #ab7270

%43.07
%28.72
%28.21

CMYK Percentages of Color #ab7270

%0
%33
%35
%33

Triadic Colors of #ab7270

#ab7270 #70ab72 #7270ab

Analogous Colors of #ab7270

#ab7270 #ab9070 #ab708c

Monochromatic Colors of #ab7270

#ab7270

Complementary Color

#ab7270 #70a9ab

#ab7270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7270 Color CSS Codes

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

#ab7270 Text Font Color

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

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


#ab7270 Background Color

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

This div background color is #ab7270


#ab7270 Border Color

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

This div border color is #ab7270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7270


Comments

No comments written yet.

Please login to write comment.