Color Hex Logo

#ab514e Color Hex

#AB514E
(171,81,78)
0 Favorites   0 Comments

Color spaces of #ab514e

RGB 1718178
HSL0.010.370.49
HSV54°67°
CMYK 0.000.530.54   0.33
XYZ21.112215.09289.0082
Yxy15.09280.46690.3338
Hunter Lab38.849529.016813.4468
CIE-Lab45.761036.597319.3368

#ab514e color RGB value is (171,81,78).

#ab514e hex color red value is 171, green value is 81 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ab514e hue: 0.01 , saturation: 0.37 and the lightness value of ab514e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010001 01001110
Octal 253 121 116
Decimal 171 81 78
Hex AB 51 4E

RGB Percentages of Color #ab514e

%51.82
%24.55
%23.64

CMYK Percentages of Color #ab514e

%0
%53
%54
%33

Triadic Colors of #ab514e

#ab514e #4eab51 #514eab

Analogous Colors of #ab514e

#ab514e #ab804e #ab4e7a

Monochromatic Colors of #ab514e

#ab514e

Complementary Color

#ab514e #4ea8ab

#ab514e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab514e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab514e Color CSS Codes

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

#ab514e Text Font Color

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

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


#ab514e Background Color

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

This div background color is #ab514e


#ab514e Border Color

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

This div border color is #ab514e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab514e


Comments

No comments written yet.

Please login to write comment.