Color Hex Logo

#e42696 Color Hex

#E42696
(228,38,150)
0 Favorites   0 Comments

Color spaces of #e42696

RGB 22838150
HSL0.900.780.52
HSV325°83°89°
CMYK 0.000.830.34   0.11
XYZ38.193020.082230.7174
Yxy20.08220.42920.2257
Hunter Lab44.813273.7075-9.2714
CIE-Lab51.930076.1631-14.0504

#e42696 color RGB value is (228,38,150).

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

The process color (four color CMYK) of #e42696 color hex is 0.00, 0.83, 0.34, 0.11. Web safe color of #e42696 is #cc3399. Color #e42696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100110 10010110
Octal 344 46 226
Decimal 228 38 150
Hex E4 26 96

RGB Percentages of Color #e42696

%54.81
%9.13
%36.06

CMYK Percentages of Color #e42696

%0
%83
%34
%11

Triadic Colors of #e42696

#e42696 #96e426 #2696e4

Analogous Colors of #e42696

#e42696 #e42637 #d326e4

Monochromatic Colors of #e42696

#e42696

Complementary Color

#e42696 #26e474

#e42696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42696 Color CSS Codes

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

#e42696 Text Font Color

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

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


#e42696 Background Color

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

This div background color is #e42696


#e42696 Border Color

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

This div border color is #e42696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42696


Comments

No comments written yet.

Please login to write comment.