Color Hex Logo

#e74044 Color Hex

#E74044
(231,64,68)
0 Favorites   0 Comments

Color spaces of #e74044

RGB 2316468
HSL1.000.780.58
HSV359°72°91°
CMYK 0.000.720.71   0.09
XYZ35.831821.07317.6478
Yxy21.07310.55510.3264
Hunter Lab45.905458.994822.2562
CIE-Lab53.029463.658636.4969

#e74044 color RGB value is (231,64,68).

#e74044 hex color red value is 231, green value is 64 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #e74044 hue: 1.00 , saturation: 0.78 and the lightness value of e74044 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000000 01000100
Octal 347 100 104
Decimal 231 64 68
Hex E7 40 44

RGB Percentages of Color #e74044

%63.64
%17.63
%18.73

CMYK Percentages of Color #e74044

%0
%72
%71
%9

Triadic Colors of #e74044

#e74044 #44e740 #4044e7

Analogous Colors of #e74044

#e74044 #e79040 #e74098

Monochromatic Colors of #e74044

#e74044

Complementary Color

#e74044 #40e7e3

#e74044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74044 Color CSS Codes

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

#e74044 Text Font Color

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

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


#e74044 Background Color

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

This div background color is #e74044


#e74044 Border Color

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

This div border color is #e74044


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,64,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e74044; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e74044;
  -webkit-box-shadow: 1px 1px 3px 2px #e74044;
  box-shadow:         1px 1px 3px 2px #e74044; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74044


Comments

No comments written yet.

Please login to write comment.