Color Hex Logo

#e42043 Color Hex

#E42043
(228,32,67)
0 Favorites   0 Comments

Color spaces of #e42043

RGB 2283267
HSL0.970.780.51
HSV349°86°89°
CMYK 0.000.860.71   0.11
XYZ33.524517.93237.0045
Yxy17.93230.57340.3067
Hunter Lab42.346567.206719.8355
CIE-Lab49.413971.317332.6451

#e42043 color RGB value is (228,32,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100000 01000011
Octal 344 40 103
Decimal 228 32 67
Hex E4 20 43

RGB Percentages of Color #e42043

%69.72
%9.79
%20.49

CMYK Percentages of Color #e42043

%0
%86
%71
%11

Triadic Colors of #e42043

#e42043 #43e420 #2043e4

Analogous Colors of #e42043

#e42043 #e45f20 #e420a5

Monochromatic Colors of #e42043

#e42043

Complementary Color

#e42043 #20e4c1

#e42043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42043 Color CSS Codes

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

#e42043 Text Font Color

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

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


#e42043 Background Color

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

This div background color is #e42043


#e42043 Border Color

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

This div border color is #e42043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42043


Comments

No comments written yet.

Please login to write comment.