Color Hex Logo

#e8418c Color Hex

#E8418C
(232,65,140)
0 Favorites   0 Comments

Color spaces of #e8418c

RGB 23265140
HSL0.930.780.58
HSV333°72°91°
CMYK 0.000.720.40   0.09
XYZ39.902622.829827.1144
Yxy22.82980.44410.2541
Hunter Lab47.780565.4534-0.1994
CIE-Lab54.896668.8013-3.5923

#e8418c color RGB value is (232,65,140).

#e8418c hex color red value is 232, green value is 65 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #e8418c hue: 0.93 , saturation: 0.78 and the lightness value of e8418c is 0.58.

The process color (four color CMYK) of #e8418c color hex is 0.00, 0.72, 0.40, 0.09. Web safe color of #e8418c is #ff3399. Color #e8418c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000001 10001100
Octal 350 101 214
Decimal 232 65 140
Hex E8 41 8C

RGB Percentages of Color #e8418c

%53.09
%14.87
%32.04

CMYK Percentages of Color #e8418c

%0
%72
%40
%9

Triadic Colors of #e8418c

#e8418c #8ce841 #418ce8

Analogous Colors of #e8418c

#e8418c #e84a41 #e841e0

Monochromatic Colors of #e8418c

#e8418c

Complementary Color

#e8418c #41e89d

#e8418c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8418c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8418c Color CSS Codes

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

#e8418c Text Font Color

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

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


#e8418c Background Color

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

This div background color is #e8418c


#e8418c Border Color

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

This div border color is #e8418c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8418c


Comments

No comments written yet.

Please login to write comment.