Color Hex Logo

#ab463e Color Hex

#AB463E
(171,70,62)
0 Favorites   0 Comments

Color spaces of #ab463e

RGB 1717062
HSL0.010.470.46
HSV64°67°
CMYK 0.000.590.64   0.33
XYZ19.854213.38606.0948
Yxy13.38600.50470.3403
Hunter Lab36.586932.837615.7340
CIE-Lab43.339240.898325.8028

#ab463e color RGB value is (171,70,62).

#ab463e hex color red value is 171, green value is 70 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ab463e hue: 0.01 , saturation: 0.47 and the lightness value of ab463e is 0.46.

The process color (four color CMYK) of #ab463e color hex is 0.00, 0.59, 0.64, 0.33. Web safe color of #ab463e is #993333. Color #ab463e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000110 00111110
Octal 253 106 76
Decimal 171 70 62
Hex AB 46 3E

RGB Percentages of Color #ab463e

%56.44
%23.10
%20.46

CMYK Percentages of Color #ab463e

%0
%59
%64
%33

Triadic Colors of #ab463e

#ab463e #3eab46 #463eab

Analogous Colors of #ab463e

#ab463e #ab7d3e #ab3e6d

Monochromatic Colors of #ab463e

#ab463e

Complementary Color

#ab463e #3ea3ab

#ab463e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab463e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab463e Color CSS Codes

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

#ab463e Text Font Color

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

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


#ab463e Background Color

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

This div background color is #ab463e


#ab463e Border Color

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

This div border color is #ab463e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab463e


Comments

No comments written yet.

Please login to write comment.