Color Hex Logo

#e1234e Color Hex

#E1234E
(225,35,78)
0 Favorites   0 Comments

Color spaces of #e1234e

RGB 2253578
HSL0.960.760.51
HSV346°84°88°
CMYK 0.000.840.65   0.12
XYZ33.027517.75978.8949
Yxy17.75970.55340.2976
Hunter Lab42.142366.144116.9853
CIE-Lab49.203370.470325.6388

#e1234e color RGB value is (225,35,78).

#e1234e hex color red value is 225, green value is 35 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e1234e hue: 0.96 , saturation: 0.76 and the lightness value of e1234e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100011 01001110
Octal 341 43 116
Decimal 225 35 78
Hex E1 23 4E

RGB Percentages of Color #e1234e

%66.57
%10.36
%23.08

CMYK Percentages of Color #e1234e

%0
%84
%65
%12

Triadic Colors of #e1234e

#e1234e #4ee123 #234ee1

Analogous Colors of #e1234e

#e1234e #e15723 #e123ad

Monochromatic Colors of #e1234e

#e1234e

Complementary Color

#e1234e #23e1b6

#e1234e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1234e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1234e Color CSS Codes

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

#e1234e Text Font Color

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

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


#e1234e Background Color

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

This div background color is #e1234e


#e1234e Border Color

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

This div border color is #e1234e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1234e


Comments

No comments written yet.

Please login to write comment.