Color Hex Logo

#e4185f Color Hex

#E4185F
(228,24,95)
0 Favorites   0 Comments

Color spaces of #e4185f

RGB 2282495
HSL0.940.810.49
HSV339°89°89°
CMYK 0.000.890.58   0.11
XYZ34.387117.973512.4833
Yxy17.97350.53030.2772
Hunter Lab42.395270.591412.2186
CIE-Lab49.464074.105815.7091

#e4185f color RGB value is (228,24,95).

#e4185f hex color red value is 228, green value is 24 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e4185f hue: 0.94 , saturation: 0.81 and the lightness value of e4185f is 0.49.

The process color (four color CMYK) of #e4185f color hex is 0.00, 0.89, 0.58, 0.11. Web safe color of #e4185f is #cc0066. Color #e4185f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011000 01011111
Octal 344 30 137
Decimal 228 24 95
Hex E4 18 5F

RGB Percentages of Color #e4185f

%65.71
%6.92
%27.38

CMYK Percentages of Color #e4185f

%0
%89
%58
%11

Triadic Colors of #e4185f

#e4185f #5fe418 #185fe4

Analogous Colors of #e4185f

#e4185f #e43718 #e418c5

Monochromatic Colors of #e4185f

#e4185f

Complementary Color

#e4185f #18e49d

#e4185f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4185f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4185f Color CSS Codes

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

#e4185f Text Font Color

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

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


#e4185f Background Color

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

This div background color is #e4185f


#e4185f Border Color

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

This div border color is #e4185f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,24,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4185f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4185f;
  -webkit-box-shadow: 1px 1px 3px 2px #e4185f;
  box-shadow:         1px 1px 3px 2px #e4185f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,24,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4185f


Comments

No comments written yet.

Please login to write comment.