Color Hex Logo

#e43230 Color Hex

#E43230
(228,50,48)
0 Favorites   0 Comments

Color spaces of #e43230

RGB 2285048
HSL0.000.770.54
HSV79°89°
CMYK 0.000.780.79   0.11
XYZ33.669018.98864.6869
Yxy18.98860.58710.3311
Hunter Lab43.575961.660524.1261
CIE-Lab50.673966.393244.8624

#e43230 color RGB value is (228,50,48).

#e43230 hex color red value is 228, green value is 50 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #e43230 hue: 0.00 , saturation: 0.77 and the lightness value of e43230 is 0.54.

The process color (four color CMYK) of #e43230 color hex is 0.00, 0.78, 0.79, 0.11. Web safe color of #e43230 is #cc3333. Color #e43230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00110010 00110000
Octal 344 62 60
Decimal 228 50 48
Hex E4 32 30

RGB Percentages of Color #e43230

%69.94
%15.34
%14.72

CMYK Percentages of Color #e43230

%0
%78
%79
%11

Triadic Colors of #e43230

#e43230 #30e432 #3230e4

Analogous Colors of #e43230

#e43230 #e48c30 #e43088

Monochromatic Colors of #e43230

#e43230

Complementary Color

#e43230 #30e2e4

#e43230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43230 Color CSS Codes

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

#e43230 Text Font Color

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

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


#e43230 Background Color

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

This div background color is #e43230


#e43230 Border Color

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

This div border color is #e43230


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,50,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 #e43230">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43230


Comments

No comments written yet.

Please login to write comment.