Color Hex Logo

#e42345 Color Hex

#E42345
(228,35,69)
0 Favorites   0 Comments

Color spaces of #e42345

RGB 2283569
HSL0.970.780.52
HSV349°85°89°
CMYK 0.000.850.70   0.11
XYZ33.670118.12577.3542
Yxy18.12570.56920.3064
Hunter Lab42.574366.662719.5604
CIE-Lab49.648270.817931.7371

#e42345 color RGB value is (228,35,69).

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

The process color (four color CMYK) of #e42345 color hex is 0.00, 0.85, 0.70, 0.11. Web safe color of #e42345 is #cc3333. Color #e42345 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100011 01000101
Octal 344 43 105
Decimal 228 35 69
Hex E4 23 45

RGB Percentages of Color #e42345

%68.67
%10.54
%20.78

CMYK Percentages of Color #e42345

%0
%85
%70
%11

Triadic Colors of #e42345

#e42345 #45e423 #2345e4

Analogous Colors of #e42345

#e42345 #e46223 #e423a6

Monochromatic Colors of #e42345

#e42345

Complementary Color

#e42345 #23e4c2

#e42345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42345 Color CSS Codes

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

#e42345 Text Font Color

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

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


#e42345 Background Color

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

This div background color is #e42345


#e42345 Border Color

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

This div border color is #e42345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42345


Comments

No comments written yet.

Please login to write comment.