Color Hex Logo

#e4196d Color Hex

#E4196D
(228,25,109)
0 Favorites   0 Comments

Color spaces of #e4196d

RGB 22825109
HSL0.930.800.50
HSV335°89°89°
CMYK 0.000.890.52   0.11
XYZ35.102918.293416.1488
Yxy18.29340.50480.2630
Hunter Lab42.770871.64997.5537
CIE-Lab49.850174.89677.6685

#e4196d color RGB value is (228,25,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011001 01101101
Octal 344 31 155
Decimal 228 25 109
Hex E4 19 6D

RGB Percentages of Color #e4196d

%62.98
%6.91
%30.11

CMYK Percentages of Color #e4196d

%0
%89
%52
%11

Triadic Colors of #e4196d

#e4196d #6de419 #196de4

Analogous Colors of #e4196d

#e4196d #e42b19 #e419d3

Monochromatic Colors of #e4196d

#e4196d

Complementary Color

#e4196d #19e490

#e4196d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4196d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4196d Color CSS Codes

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

#e4196d Text Font Color

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

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


#e4196d Background Color

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

This div background color is #e4196d


#e4196d Border Color

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

This div border color is #e4196d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4196d


Comments

No comments written yet.

Please login to write comment.