Color Hex Logo

#e61c4e Color Hex

#E61C4E
(230,28,78)
0 Favorites   0 Comments

Color spaces of #e61c4e

RGB 2302878
HSL0.960.800.51
HSV345°88°90°
CMYK 0.000.880.66   0.10
XYZ34.423518.20368.9070
Yxy18.20360.55940.2958
Hunter Lab42.665769.352317.4884
CIE-Lab49.742173.032526.5284

#e61c4e color RGB value is (230,28,78).

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

The process color (four color CMYK) of #e61c4e color hex is 0.00, 0.88, 0.66, 0.10. Web safe color of #e61c4e is #ff3366. Color #e61c4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011100 01001110
Octal 346 34 116
Decimal 230 28 78
Hex E6 1C 4E

RGB Percentages of Color #e61c4e

%68.45
%8.33
%23.21

CMYK Percentages of Color #e61c4e

%0
%88
%66
%10

Triadic Colors of #e61c4e

#e61c4e #4ee61c #1c4ee6

Analogous Colors of #e61c4e

#e61c4e #e64f1c #e61cb3

Monochromatic Colors of #e61c4e

#e61c4e

Complementary Color

#e61c4e #1ce6b4

#e61c4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61c4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61c4e Color CSS Codes

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

#e61c4e Text Font Color

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

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


#e61c4e Background Color

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

This div background color is #e61c4e


#e61c4e Border Color

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

This div border color is #e61c4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61c4e


Comments

No comments written yet.

Please login to write comment.