Hex #e1525f Color

#e1525f
equivalent to

RGB

(225, 82, 95)

Details of #e1525f

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
225
36.1342
0.98
0.00
54.9365
22.8684
355°
47.8209
82
22.8684
0.70
0.64
56.4517
0.4995
64°
51.1909
95
13.3360
0.60
0.58   0.12
22.9808
0.3161
88°
16.9454

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11100001
341
225
E1
Green
1010010
122
82
52
Blue
1011111
137
95
5F

RGB in % of #e1525f

%55.97
%20.40
%23.63

CMYK in % of #e1525f

%0
%64
%58
%12

Triads of color #e1525f

#e1525f #525fe1 #5fe15f

Similar Colors to #e1525f

#e1525f #e152a7 #e18d52

Preview Color #e1525f on black ground

#e1525f is very interesting for text.

Preview Color #e1525f on white ground

#e1525f is very interesting for text.

CSS Codes #e1525f color

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

Text Font Color #e1525f

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

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

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

This div background color is #e1525f


Border Color #e1525f

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

The color of this border is #e1525f


Examples Css3

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

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 #e1525f">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #e1525f