Color Hex Logo

#e74042 Color Hex

#E74042
(231,64,66)
0 Favorites   0 Comments

Color spaces of #e74042

RGB 2316466
HSL1.000.780.58
HSV359°72°91°
CMYK 0.000.720.71   0.09
XYZ35.771821.04917.3318
Yxy21.04910.55760.3281
Hunter Lab45.879358.886622.6406
CIE-Lab53.003263.569937.6043

#e74042 color RGB value is (231,64,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000000 01000010
Octal 347 100 102
Decimal 231 64 66
Hex E7 40 42

RGB Percentages of Color #e74042

%63.99
%17.73
%18.28

CMYK Percentages of Color #e74042

%0
%72
%71
%9

Triadic Colors of #e74042

#e74042 #42e740 #4042e7

Analogous Colors of #e74042

#e74042 #e79240 #e74096

Monochromatic Colors of #e74042

#e74042

Complementary Color

#e74042 #40e7e5

#e74042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74042 Color CSS Codes

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

#e74042 Text Font Color

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

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


#e74042 Background Color

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

This div background color is #e74042


#e74042 Border Color

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

This div border color is #e74042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74042


Comments

No comments written yet.

Please login to write comment.