Color Hex Logo

#e1384e Color Hex

#E1384E
(225,56,78)
0 Favorites   0 Comments

Color spaces of #e1384e

RGB 2255678
HSL0.980.740.55
HSV352°75°88°
CMYK 0.000.750.65   0.12
XYZ33.840719.38609.1660
Yxy19.38600.54240.3107
Hunter Lab44.029560.141818.4778
CIE-Lab51.135865.002528.0977

#e1384e color RGB value is (225,56,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111000 01001110
Octal 341 70 116
Decimal 225 56 78
Hex E1 38 4E

RGB Percentages of Color #e1384e

%62.67
%15.60
%21.73

CMYK Percentages of Color #e1384e

%0
%75
%65
%12

Triadic Colors of #e1384e

#e1384e #4ee138 #384ee1

Analogous Colors of #e1384e

#e1384e #e17738 #e138a3

Monochromatic Colors of #e1384e

#e1384e

Complementary Color

#e1384e #38e1cb

#e1384e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1384e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1384e Color CSS Codes

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

#e1384e Text Font Color

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

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


#e1384e Background Color

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

This div background color is #e1384e


#e1384e Border Color

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

This div border color is #e1384e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1384e


Comments

No comments written yet.

Please login to write comment.