Color Hex Logo

#e1434e Color Hex

#E1434E
(225,67,78)
0 Favorites   0 Comments

Color spaces of #e1434e

RGB 2256778
HSL0.990.720.57
HSV356°70°88°
CMYK 0.000.700.65   0.12
XYZ34.433620.57199.3637
Yxy20.57190.53490.3196
Hunter Lab45.356356.140319.5091
CIE-Lab52.477761.275929.7857

#e1434e color RGB value is (225,67,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 01001110
Octal 341 103 116
Decimal 225 67 78
Hex E1 43 4E

RGB Percentages of Color #e1434e

%60.81
%18.11
%21.08

CMYK Percentages of Color #e1434e

%0
%70
%65
%12

Triadic Colors of #e1434e

#e1434e #4ee143 #434ee1

Analogous Colors of #e1434e

#e1434e #e18743 #e1439d

Monochromatic Colors of #e1434e

#e1434e

Complementary Color

#e1434e #43e1d6

#e1434e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1434e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1434e Color CSS Codes

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

#e1434e Text Font Color

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

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


#e1434e Background Color

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

This div background color is #e1434e


#e1434e Border Color

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

This div border color is #e1434e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1434e


Comments

No comments written yet.

Please login to write comment.