Color Hex Logo

#e6493e Color Hex

#E6493E
(230,73,62)
0 Favorites   0 Comments

Color spaces of #e6493e

RGB 2307362
HSL0.010.770.57
HSV73°90°
CMYK 0.000.680.73   0.10
XYZ35.885221.93596.9001
Yxy21.93590.55450.3389
Hunter Lab46.835854.802724.0501
CIE-Lab53.958959.831440.8815

#e6493e color RGB value is (230,73,62).

#e6493e hex color red value is 230, green value is 73 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #e6493e hue: 0.01 , saturation: 0.77 and the lightness value of e6493e is 0.57.

The process color (four color CMYK) of #e6493e color hex is 0.00, 0.68, 0.73, 0.10. Web safe color of #e6493e is #ff3333. Color #e6493e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001001 00111110
Octal 346 111 76
Decimal 230 73 62
Hex E6 49 3E

RGB Percentages of Color #e6493e

%63.01
%20.00
%16.99

CMYK Percentages of Color #e6493e

%0
%68
%73
%10

Triadic Colors of #e6493e

#e6493e #3ee649 #493ee6

Analogous Colors of #e6493e

#e6493e #e69d3e #e63e87

Monochromatic Colors of #e6493e

#e6493e

Complementary Color

#e6493e #3edbe6

#e6493e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6493e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6493e Color CSS Codes

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

#e6493e Text Font Color

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

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


#e6493e Background Color

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

This div background color is #e6493e


#e6493e Border Color

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

This div border color is #e6493e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,73,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6493e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6493e;
  -webkit-box-shadow: 1px 1px 3px 2px #e6493e;
  box-shadow:         1px 1px 3px 2px #e6493e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,73,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6493e


Comments

No comments written yet.

Please login to write comment.