Color Hex Logo

#e1356f Color Hex

#E1356F
(225,53,111)
0 Favorites   0 Comments

Color spaces of #e1356f

RGB 22553111
HSL0.940.740.55
HSV340°76°88°
CMYK 0.000.760.51   0.12
XYZ35.193719.701516.9868
Yxy19.70150.48960.2741
Hunter Lab44.386463.85558.3800
CIE-Lab51.498068.10248.7094

#e1356f color RGB value is (225,53,111).

#e1356f hex color red value is 225, green value is 53 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e1356f hue: 0.94 , saturation: 0.74 and the lightness value of e1356f is 0.55.

The process color (four color CMYK) of #e1356f color hex is 0.00, 0.76, 0.51, 0.12. Web safe color of #e1356f is #cc3366. Color #e1356f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110101 01101111
Octal 341 65 157
Decimal 225 53 111
Hex E1 35 6F

RGB Percentages of Color #e1356f

%57.84
%13.62
%28.53

CMYK Percentages of Color #e1356f

%0
%76
%51
%12

Triadic Colors of #e1356f

#e1356f #6fe135 #356fe1

Analogous Colors of #e1356f

#e1356f #e15135 #e135c5

Monochromatic Colors of #e1356f

#e1356f

Complementary Color

#e1356f #35e1a7

#e1356f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1356f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1356f Color CSS Codes

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

#e1356f Text Font Color

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

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


#e1356f Background Color

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

This div background color is #e1356f


#e1356f Border Color

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

This div border color is #e1356f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1356f


Comments

No comments written yet.

Please login to write comment.