Color Hex Logo

#e1445f Color Hex

#E1445F
(225,68,95)
0 Favorites   0 Comments

Color spaces of #e1445f

RGB 2256895
HSL0.970.720.57
HSV350°70°88°
CMYK 0.000.700.58   0.12
XYZ35.184020.968013.0193
Yxy20.96800.50870.3031
Hunter Lab45.790857.018915.1962
CIE-Lab52.914561.964220.2871

#e1445f color RGB value is (225,68,95).

#e1445f hex color red value is 225, green value is 68 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e1445f hue: 0.97 , saturation: 0.72 and the lightness value of e1445f is 0.57.

The process color (four color CMYK) of #e1445f color hex is 0.00, 0.70, 0.58, 0.12. Web safe color of #e1445f is #cc3366. Color #e1445f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000100 01011111
Octal 341 104 137
Decimal 225 68 95
Hex E1 44 5F

RGB Percentages of Color #e1445f

%57.99
%17.53
%24.48

CMYK Percentages of Color #e1445f

%0
%70
%58
%12

Triadic Colors of #e1445f

#e1445f #5fe144 #445fe1

Analogous Colors of #e1445f

#e1445f #e17844 #e144ae

Monochromatic Colors of #e1445f

#e1445f

Complementary Color

#e1445f #44e1c6

#e1445f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1445f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1445f Color CSS Codes

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

#e1445f Text Font Color

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

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


#e1445f Background Color

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

This div background color is #e1445f


#e1445f Border Color

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

This div border color is #e1445f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,68,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 #e1445f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1445f


Comments

No comments written yet.

Please login to write comment.