Color Hex Logo

#ab8275 Color Hex

#AB8275
(171,130,117)
0 Favorites   0 Comments

Color spaces of #ab8275

RGB 171130117
HSL0.040.240.56
HSV14°32°67°
CMYK 0.000.240.32   0.33
XYZ27.988125.907520.3551
Yxy25.90750.37690.3489
Hunter Lab50.89949.078011.9190
CIE-Lab57.949113.899213.1402

#ab8275 color RGB value is (171,130,117).

#ab8275 hex color red value is 171, green value is 130 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ab8275 hue: 0.04 , saturation: 0.24 and the lightness value of ab8275 is 0.56.

The process color (four color CMYK) of #ab8275 color hex is 0.00, 0.24, 0.32, 0.33. Web safe color of #ab8275 is #999966. Color #ab8275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000010 01110101
Octal 253 202 165
Decimal 171 130 117
Hex AB 82 75

RGB Percentages of Color #ab8275

%40.91
%31.10
%27.99

CMYK Percentages of Color #ab8275

%0
%24
%32
%33

Triadic Colors of #ab8275

#ab8275 #75ab82 #8275ab

Analogous Colors of #ab8275

#ab8275 #ab9d75 #ab7583

Monochromatic Colors of #ab8275

#ab8275

Complementary Color

#ab8275 #759eab

#ab8275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8275 Color CSS Codes

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

#ab8275 Text Font Color

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

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


#ab8275 Background Color

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

This div background color is #ab8275


#ab8275 Border Color

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

This div border color is #ab8275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8275


Comments

No comments written yet.

Please login to write comment.