Color Hex Logo

#e4195d Color Hex

#E4195D
(228,25,93)
0 Favorites   0 Comments

Color spaces of #e4195d

RGB 2282593
HSL0.940.800.50
HSV340°89°89°
CMYK 0.000.890.59   0.11
XYZ34.318317.979612.0175
Yxy17.97960.53360.2796
Hunter Lab42.402470.264612.8779
CIE-Lab49.471473.836216.9457

#e4195d color RGB value is (228,25,93).

#e4195d hex color red value is 228, green value is 25 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #e4195d hue: 0.94 , saturation: 0.80 and the lightness value of e4195d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011001 01011101
Octal 344 31 135
Decimal 228 25 93
Hex E4 19 5D

RGB Percentages of Color #e4195d

%65.90
%7.23
%26.88

CMYK Percentages of Color #e4195d

%0
%89
%59
%11

Triadic Colors of #e4195d

#e4195d #5de419 #195de4

Analogous Colors of #e4195d

#e4195d #e43b19 #e419c3

Monochromatic Colors of #e4195d

#e4195d

Complementary Color

#e4195d #19e4a0

#e4195d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4195d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4195d Color CSS Codes

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

#e4195d Text Font Color

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

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


#e4195d Background Color

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

This div background color is #e4195d


#e4195d Border Color

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

This div border color is #e4195d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4195d


Comments

No comments written yet.

Please login to write comment.