Color Hex Logo

#e8422d Color Hex

#E8422D
(232,66,45)
0 Favorites   0 Comments

Color spaces of #e8422d

RGB 2326645
HSL0.020.800.54
HSV81°91°
CMYK 0.000.720.81   0.09
XYZ35.700621.24174.7011
Yxy21.24170.57910.3446
Hunter Lab46.088757.611926.2145
CIE-Lab53.213062.425849.1695

#e8422d color RGB value is (232,66,45).

#e8422d hex color red value is 232, green value is 66 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e8422d hue: 0.02 , saturation: 0.80 and the lightness value of e8422d is 0.54.

The process color (four color CMYK) of #e8422d color hex is 0.00, 0.72, 0.81, 0.09. Web safe color of #e8422d is #ff3333. Color #e8422d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000010 00101101
Octal 350 102 55
Decimal 232 66 45
Hex E8 42 2D

RGB Percentages of Color #e8422d

%67.64
%19.24
%13.12

CMYK Percentages of Color #e8422d

%0
%72
%81
%9

Triadic Colors of #e8422d

#e8422d #2de842 #422de8

Analogous Colors of #e8422d

#e8422d #e8a02d #e82d76

Monochromatic Colors of #e8422d

#e8422d

Complementary Color

#e8422d #2dd3e8

#e8422d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8422d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8422d Color CSS Codes

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

#e8422d Text Font Color

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

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


#e8422d Background Color

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

This div background color is #e8422d


#e8422d Border Color

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

This div border color is #e8422d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8422d


Comments

No comments written yet.

Please login to write comment.