Color Hex Logo

#e1945f Color Hex

#E1945F
(225,148,95)
0 Favorites   0 Comments

Color spaces of #e1945f

RGB 22514895
HSL0.070.680.63
HSV24°58°88°
CMYK 0.000.340.58   0.12
XYZ43.706838.013615.8602
Yxy38.01360.44790.3896
Hunter Lab61.655218.640527.9068
CIE-Lab68.030623.727539.6488

#e1945f color RGB value is (225,148,95).

#e1945f hex color red value is 225, green value is 148 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e1945f hue: 0.07 , saturation: 0.68 and the lightness value of e1945f is 0.63.

The process color (four color CMYK) of #e1945f color hex is 0.00, 0.34, 0.58, 0.12. Web safe color of #e1945f is #cc9966. Color #e1945f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010100 01011111
Octal 341 224 137
Decimal 225 148 95
Hex E1 94 5F

RGB Percentages of Color #e1945f

%48.08
%31.62
%20.30

CMYK Percentages of Color #e1945f

%0
%34
%58
%12

Triadic Colors of #e1945f

#e1945f #5fe194 #945fe1

Analogous Colors of #e1945f

#e1945f #e1d55f #e15f6b

Monochromatic Colors of #e1945f

#e1945f

Complementary Color

#e1945f #5face1

#e1945f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1945f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1945f Color CSS Codes

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

#e1945f Text Font Color

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

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


#e1945f Background Color

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

This div background color is #e1945f


#e1945f Border Color

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

This div border color is #e1945f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1945f


Comments

No comments written yet.

Please login to write comment.