Color Hex Logo

#e0415c Color Hex

#E0415C
(224,65,92)
0 Favorites   0 Comments

Color spaces of #e0415c

RGB 2246592
HSL0.970.720.57
HSV350°71°88°
CMYK 0.000.710.59   0.12
XYZ34.562520.400612.2413
Yxy20.40060.51430.3036
Hunter Lab45.167057.548715.5480
CIE-Lab52.287162.541621.2086

#e0415c color RGB value is (224,65,92).

#e0415c hex color red value is 224, green value is 65 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #e0415c hue: 0.97 , saturation: 0.72 and the lightness value of e0415c is 0.57.

The process color (four color CMYK) of #e0415c color hex is 0.00, 0.71, 0.59, 0.12. Web safe color of #e0415c is #cc3366. Color #e0415c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000001 01011100
Octal 340 101 134
Decimal 224 65 92
Hex E0 41 5C

RGB Percentages of Color #e0415c

%58.79
%17.06
%24.15

CMYK Percentages of Color #e0415c

%0
%71
%59
%12

Triadic Colors of #e0415c

#e0415c #5ce041 #415ce0

Analogous Colors of #e0415c

#e0415c #e07641 #e041ac

Monochromatic Colors of #e0415c

#e0415c

Complementary Color

#e0415c #41e0c5

#e0415c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0415c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0415c Color CSS Codes

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

#e0415c Text Font Color

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

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


#e0415c Background Color

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

This div background color is #e0415c


#e0415c Border Color

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

This div border color is #e0415c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,65,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0415c


Comments

No comments written yet.

Please login to write comment.