Hex #ab4750 Color

#ab4750
equivalent to

RGB

(171, 71, 80)

Details of #ab4750

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
171
20.4958
0.99
0.00
43.8629
13.7436
355°
37.0723
71
13.7436
0.41
0.58
41.8026
0.4722
58°
33.8089
80
9.1619
0.47
0.53   0.33
15.5713
0.3167
67°
11.3027

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10101011
253
171
AB
Green
1000111
107
71
47
Blue
1010000
120
80
50

RGB in % of #ab4750

%53.11
%22.05
%24.84

CMYK in % of #ab4750

%0
%58
%53
%33

Triads of color #ab4750

#ab4750 #4750ab #50ab50

Similar Colors to #ab4750

#ab4750 #ab4782 #ab7047

Preview Color #ab4750 on black ground

#ab4750 is very interesting for text.

Preview Color #ab4750 on white ground

#ab4750 is very interesting for text.

CSS Codes #ab4750 color

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

Text Font Color #ab4750

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

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


Background Color #ab4750

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

This div background color is #ab4750


Border Color #ab4750

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

The color of this border is #ab4750


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #ab4750