Color Hex Logo

#e1385e Color Hex

#E1385E
(225,56,94)
0 Favorites   0 Comments

Color spaces of #e1385e

RGB 2255694
HSL0.960.740.55
HSV347°75°88°
CMYK 0.000.750.58   0.12
XYZ34.485919.644112.5637
Yxy19.64410.51710.2945
Hunter Lab44.321761.324814.2184
CIE-Lab51.432465.962018.8949

#e1385e color RGB value is (225,56,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111000 01011110
Octal 341 70 136
Decimal 225 56 94
Hex E1 38 5E

RGB Percentages of Color #e1385e

%60.00
%14.93
%25.07

CMYK Percentages of Color #e1385e

%0
%75
%58
%12

Triadic Colors of #e1385e

#e1385e #5ee138 #385ee1

Analogous Colors of #e1385e

#e1385e #e16738 #e138b3

Monochromatic Colors of #e1385e

#e1385e

Complementary Color

#e1385e #38e1bb

#e1385e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1385e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1385e Color CSS Codes

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

#e1385e Text Font Color

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

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


#e1385e Background Color

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

This div background color is #e1385e


#e1385e Border Color

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

This div border color is #e1385e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1385e


Comments

No comments written yet.

Please login to write comment.