Color Hex Logo

#e2434e Color Hex

#E2434E
(226,67,78)
0 Favorites   0 Comments

Color spaces of #e2434e

RGB 2266778
HSL0.990.730.57
HSV356°70°89°
CMYK 0.000.700.65   0.11
XYZ34.746320.73319.3783
Yxy20.73310.53570.3197
Hunter Lab45.533656.528019.6619
CIE-Lab52.656161.582630.0475

#e2434e color RGB value is (226,67,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000011 01001110
Octal 342 103 116
Decimal 226 67 78
Hex E2 43 4E

RGB Percentages of Color #e2434e

%60.92
%18.06
%21.02

CMYK Percentages of Color #e2434e

%0
%70
%65
%11

Triadic Colors of #e2434e

#e2434e #4ee243 #434ee2

Analogous Colors of #e2434e

#e2434e #e28843 #e2439e

Monochromatic Colors of #e2434e

#e2434e

Complementary Color

#e2434e #43e2d7

#e2434e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2434e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2434e Color CSS Codes

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

#e2434e Text Font Color

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

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


#e2434e Background Color

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

This div background color is #e2434e


#e2434e Border Color

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

This div border color is #e2434e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2434e


Comments

No comments written yet.

Please login to write comment.