Color Hex Logo

#e6393c Color Hex

#E6393C
(230,57,60)
0 Favorites   0 Comments

Color spaces of #e6393c

RGB 2305760
HSL1.000.780.56
HSV359°75°90°
CMYK 0.000.750.74   0.10
XYZ34.911920.07556.3099
Yxy20.07550.56960.3275
Hunter Lab44.805760.674523.0143
CIE-Lab51.922565.312139.7119

#e6393c color RGB value is (230,57,60).

#e6393c hex color red value is 230, green value is 57 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #e6393c hue: 1.00 , saturation: 0.78 and the lightness value of e6393c is 0.56.

The process color (four color CMYK) of #e6393c color hex is 0.00, 0.75, 0.74, 0.10. Web safe color of #e6393c is #ff3333. Color #e6393c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111001 00111100
Octal 346 71 74
Decimal 230 57 60
Hex E6 39 3C

RGB Percentages of Color #e6393c

%66.28
%16.43
%17.29

CMYK Percentages of Color #e6393c

%0
%75
%74
%10

Triadic Colors of #e6393c

#e6393c #3ce639 #393ce6

Analogous Colors of #e6393c

#e6393c #e68d39 #e63993

Monochromatic Colors of #e6393c

#e6393c

Complementary Color

#e6393c #39e6e3

#e6393c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6393c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6393c Color CSS Codes

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

#e6393c Text Font Color

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

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


#e6393c Background Color

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

This div background color is #e6393c


#e6393c Border Color

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

This div border color is #e6393c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6393c


Comments

No comments written yet.

Please login to write comment.