Color Hex Logo

#e74146 Color Hex

#E74146
(231,65,70)
0 Favorites   0 Comments

Color spaces of #e74146

RGB 2316570
HSL0.990.780.58
HSV358°72°91°
CMYK 0.000.720.70   0.09
XYZ35.950821.21177.9938
Yxy21.21170.55180.3256
Hunter Lab46.056258.736321.9486
CIE-Lab53.180463.407135.5312

#e74146 color RGB value is (231,65,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000001 01000110
Octal 347 101 106
Decimal 231 65 70
Hex E7 41 46

RGB Percentages of Color #e74146

%63.11
%17.76
%19.13

CMYK Percentages of Color #e74146

%0
%72
%70
%9

Triadic Colors of #e74146

#e74146 #46e741 #4146e7

Analogous Colors of #e74146

#e74146 #e78f41 #e74199

Monochromatic Colors of #e74146

#e74146

Complementary Color

#e74146 #41e7e2

#e74146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74146 Color CSS Codes

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

#e74146 Text Font Color

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

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


#e74146 Background Color

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

This div background color is #e74146


#e74146 Border Color

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

This div border color is #e74146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74146


Comments

No comments written yet.

Please login to write comment.