Color Hex Logo

#e2432d Color Hex

#E2432D
(226,67,45)
0 Favorites   0 Comments

Color spaces of #e2432d

RGB 2266745
HSL0.020.760.53
HSV80°89°
CMYK 0.000.700.80   0.11
XYZ33.844820.37254.6311
Yxy20.37250.57510.3462
Hunter Lab45.135954.859025.5118
CIE-Lab52.255860.189347.8691

#e2432d color RGB value is (226,67,45).

#e2432d hex color red value is 226, green value is 67 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e2432d hue: 0.02 , saturation: 0.76 and the lightness value of e2432d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000011 00101101
Octal 342 103 55
Decimal 226 67 45
Hex E2 43 2D

RGB Percentages of Color #e2432d

%66.86
%19.82
%13.31

CMYK Percentages of Color #e2432d

%0
%70
%80
%11

Triadic Colors of #e2432d

#e2432d #2de243 #432de2

Analogous Colors of #e2432d

#e2432d #e29e2d #e22d72

Monochromatic Colors of #e2432d

#e2432d

Complementary Color

#e2432d #2dcce2

#e2432d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2432d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2432d Color CSS Codes

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

#e2432d Text Font Color

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

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


#e2432d Background Color

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

This div background color is #e2432d


#e2432d Border Color

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

This div border color is #e2432d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2432d

#e2432d Color Palettes


Comments

No comments written yet.

Please login to write comment.