Color Hex Logo

#e40430 Color Hex

#E40430
(228,4,48)
0 Favorites   0 Comments

Color spaces of #e40430

RGB 228448
HSL0.970.970.45
HSV348°98°89°
CMYK 0.000.980.79   0.11
XYZ32.571816.79424.3212
Yxy16.79420.60670.3128
Hunter Lab40.980770.156922.4347
CIE-Lab47.999774.034442.1243

#e40430 color RGB value is (228,4,48).

#e40430 hex color red value is 228, green value is 4 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #e40430 hue: 0.97 , saturation: 0.97 and the lightness value of e40430 is 0.45.

The process color (four color CMYK) of #e40430 color hex is 0.00, 0.98, 0.79, 0.11. Web safe color of #e40430 is #cc0033. Color #e40430 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000100 00110000
Octal 344 4 60
Decimal 228 4 48
Hex E4 4 30

RGB Percentages of Color #e40430

%81.43
%1.43
%17.14

CMYK Percentages of Color #e40430

%0
%98
%79
%11

Triadic Colors of #e40430

#e40430 #30e404 #0430e4

Analogous Colors of #e40430

#e40430 #e44804 #e404a0

Monochromatic Colors of #e40430

#e40430

Complementary Color

#e40430 #04e4b8

#e40430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40430 Color CSS Codes

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

#e40430 Text Font Color

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

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


#e40430 Background Color

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

This div background color is #e40430


#e40430 Border Color

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

This div border color is #e40430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40430


Comments

No comments written yet.

Please login to write comment.