Color Hex Logo

#ab513b Color Hex

#AB513B
(171,81,59)
0 Favorites   0 Comments

Color spaces of #ab513b

RGB 1718159
HSL0.030.490.45
HSV12°65°67°
CMYK 0.000.530.65   0.33
XYZ20.526414.85865.9238
Yxy14.85860.49690.3597
Hunter Lab38.546927.595217.8712
CIE-Lab45.439935.154530.1470

#ab513b color RGB value is (171,81,59).

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

The process color (four color CMYK) of #ab513b color hex is 0.00, 0.53, 0.65, 0.33. Web safe color of #ab513b is #996633. Color #ab513b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010001 00111011
Octal 253 121 73
Decimal 171 81 59
Hex AB 51 3B

RGB Percentages of Color #ab513b

%54.98
%26.05
%18.97

CMYK Percentages of Color #ab513b

%0
%53
%65
%33

Triadic Colors of #ab513b

#ab513b #3bab51 #513bab

Analogous Colors of #ab513b

#ab513b #ab893b #ab3b5d

Monochromatic Colors of #ab513b

#ab513b

Complementary Color

#ab513b #3b95ab

#ab513b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab513b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab513b Color CSS Codes

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

#ab513b Text Font Color

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

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


#ab513b Background Color

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

This div background color is #ab513b


#ab513b Border Color

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

This div border color is #ab513b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab513b


Comments

No comments written yet.

Please login to write comment.