Color Hex Logo

#e42042 Color Hex

#E42042
(228,32,66)
0 Favorites   0 Comments

Color spaces of #e42042

RGB 2283266
HSL0.970.780.51
HSV350°86°89°
CMYK 0.000.860.71   0.11
XYZ33.494817.92046.8479
Yxy17.92040.57490.3076
Hunter Lab42.332567.152920.0417
CIE-Lab49.399471.275333.2219

#e42042 color RGB value is (228,32,66).

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

The process color (four color CMYK) of #e42042 color hex is 0.00, 0.86, 0.71, 0.11. Web safe color of #e42042 is #cc3333. Color #e42042 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100000 01000010
Octal 344 40 102
Decimal 228 32 66
Hex E4 20 42

RGB Percentages of Color #e42042

%69.94
%9.82
%20.25

CMYK Percentages of Color #e42042

%0
%86
%71
%11

Triadic Colors of #e42042

#e42042 #42e420 #2042e4

Analogous Colors of #e42042

#e42042 #e46020 #e420a4

Monochromatic Colors of #e42042

#e42042

Complementary Color

#e42042 #20e4c2

#e42042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42042 Color CSS Codes

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

#e42042 Text Font Color

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

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


#e42042 Background Color

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

This div background color is #e42042


#e42042 Border Color

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

This div border color is #e42042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42042


Comments

No comments written yet.

Please login to write comment.