Color Hex Logo

#e74742 Color Hex

#E74742
(231,71,66)
0 Favorites   0 Comments

Color spaces of #e74742

RGB 2317166
HSL0.010.770.58
HSV71°91°
CMYK 0.000.690.71   0.09
XYZ36.191621.88877.4717
Yxy21.88870.55210.3339
Hunter Lab46.785456.207323.2810
CIE-Lab53.908761.073538.6513

#e74742 color RGB value is (231,71,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000111 01000010
Octal 347 107 102
Decimal 231 71 66
Hex E7 47 42

RGB Percentages of Color #e74742

%62.77
%19.29
%17.93

CMYK Percentages of Color #e74742

%0
%69
%71
%9

Triadic Colors of #e74742

#e74742 #42e747 #4742e7

Analogous Colors of #e74742

#e74742 #e79a42 #e74290

Monochromatic Colors of #e74742

#e74742

Complementary Color

#e74742 #42e2e7

#e74742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74742 Color CSS Codes

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

#e74742 Text Font Color

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

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


#e74742 Background Color

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

This div background color is #e74742


#e74742 Border Color

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

This div border color is #e74742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74742


Comments

No comments written yet.

Please login to write comment.