Color Hex Logo

#e42060 Color Hex

#E42060
(228,32,96)
0 Favorites   0 Comments

Color spaces of #e42060

RGB 2283296
HSL0.950.780.51
HSV340°86°89°
CMYK 0.000.860.58   0.11
XYZ34.622718.371512.7876
Yxy18.37150.52630.2793
Hunter Lab42.862069.178812.3146
CIE-Lab49.943672.850115.7530

#e42060 color RGB value is (228,32,96).

#e42060 hex color red value is 228, green value is 32 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #e42060 hue: 0.95 , saturation: 0.78 and the lightness value of e42060 is 0.51.

The process color (four color CMYK) of #e42060 color hex is 0.00, 0.86, 0.58, 0.11. Web safe color of #e42060 is #cc3366. Color #e42060 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100000 01100000
Octal 344 40 140
Decimal 228 32 96
Hex E4 20 60

RGB Percentages of Color #e42060

%64.04
%8.99
%26.97

CMYK Percentages of Color #e42060

%0
%86
%58
%11

Triadic Colors of #e42060

#e42060 #60e420 #2060e4

Analogous Colors of #e42060

#e42060 #e44220 #e420c2

Monochromatic Colors of #e42060

#e42060

Complementary Color

#e42060 #20e4a4

#e42060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42060 Color CSS Codes

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

#e42060 Text Font Color

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

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


#e42060 Background Color

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

This div background color is #e42060


#e42060 Border Color

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

This div border color is #e42060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42060


Comments

No comments written yet.

Please login to write comment.