Color Hex Logo

#e43d0e Color Hex

#E43D0E
(228,61,14)
0 Favorites   0 Comments

Color spaces of #e43d0e

RGB 2286114
HSL0.040.880.47
HSV13°94°89°
CMYK 0.000.730.94   0.11
XYZ33.742919.86322.4710
Yxy19.86320.60170.3542
Hunter Lab44.568257.149527.9105
CIE-Lab51.682262.305660.0694

#e43d0e color RGB value is (228,61,14).

#e43d0e hex color red value is 228, green value is 61 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e43d0e hue: 0.04 , saturation: 0.88 and the lightness value of e43d0e is 0.47.

The process color (four color CMYK) of #e43d0e color hex is 0.00, 0.73, 0.94, 0.11. Web safe color of #e43d0e is #cc3300. Color #e43d0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00111101 00001110
Octal 344 75 16
Decimal 228 61 14
Hex E4 3D E

RGB Percentages of Color #e43d0e

%75.25
%20.13
%4.62

CMYK Percentages of Color #e43d0e

%0
%73
%94
%11

Triadic Colors of #e43d0e

#e43d0e #0ee43d #3d0ee4

Analogous Colors of #e43d0e

#e43d0e #e4a80e #e40e4a

Monochromatic Colors of #e43d0e

#e43d0e

Complementary Color

#e43d0e #0eb5e4

#e43d0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43d0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43d0e Color CSS Codes

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

#e43d0e Text Font Color

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

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


#e43d0e Background Color

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

This div background color is #e43d0e


#e43d0e Border Color

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

This div border color is #e43d0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43d0e


Comments

No comments written yet.

Please login to write comment.