Color Hex Logo

#e42392 Color Hex

#E42392
(228,35,146)
0 Favorites   0 Comments

Color spaces of #e42392

RGB 22835146
HSL0.900.780.52
HSV325°85°89°
CMYK 0.000.850.36   0.11
XYZ37.784219.771429.0189
Yxy19.77140.43640.2284
Hunter Lab44.465073.8667-7.5685
CIE-Lab51.577876.3604-12.1940

#e42392 color RGB value is (228,35,146).

#e42392 hex color red value is 228, green value is 35 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #e42392 hue: 0.90 , saturation: 0.78 and the lightness value of e42392 is 0.52.

The process color (four color CMYK) of #e42392 color hex is 0.00, 0.85, 0.36, 0.11. Web safe color of #e42392 is #cc3399. Color #e42392 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100011 10010010
Octal 344 43 222
Decimal 228 35 146
Hex E4 23 92

RGB Percentages of Color #e42392

%55.75
%8.56
%35.70

CMYK Percentages of Color #e42392

%0
%85
%36
%11

Triadic Colors of #e42392

#e42392 #92e423 #2392e4

Analogous Colors of #e42392

#e42392 #e42331 #d623e4

Monochromatic Colors of #e42392

#e42392

Complementary Color

#e42392 #23e475

#e42392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42392 Color CSS Codes

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

#e42392 Text Font Color

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

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


#e42392 Background Color

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

This div background color is #e42392


#e42392 Border Color

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

This div border color is #e42392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42392


Comments

No comments written yet.

Please login to write comment.