Color Hex Logo

#e3414e Color Hex

#E3414E
(227,65,78)
0 Favorites   0 Comments

Color spaces of #e3414e

RGB 2276578
HSL0.990.740.57
HSV355°71°89°
CMYK 0.000.710.66   0.11
XYZ34.944020.66159.3541
Yxy20.66150.53790.3181
Hunter Lab45.454957.677819.6172
CIE-Lab52.577062.600529.9871

#e3414e color RGB value is (227,65,78).

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

The process color (four color CMYK) of #e3414e color hex is 0.00, 0.71, 0.66, 0.11. Web safe color of #e3414e is #cc3366. Color #e3414e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000001 01001110
Octal 343 101 116
Decimal 227 65 78
Hex E3 41 4E

RGB Percentages of Color #e3414e

%61.35
%17.57
%21.08

CMYK Percentages of Color #e3414e

%0
%71
%66
%11

Triadic Colors of #e3414e

#e3414e #4ee341 #414ee3

Analogous Colors of #e3414e

#e3414e #e38541 #e3419f

Monochromatic Colors of #e3414e

#e3414e

Complementary Color

#e3414e #41e3d6

#e3414e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3414e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3414e Color CSS Codes

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

#e3414e Text Font Color

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

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


#e3414e Background Color

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

This div background color is #e3414e


#e3414e Border Color

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

This div border color is #e3414e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3414e


Comments

No comments written yet.

Please login to write comment.