Color Hex Logo

#ec394a Color Hex

#EC394A
(236,57,74)
0 Favorites   0 Comments

Color spaces of #ec394a

RGB 2365774
HSL0.980.820.57
HSV354°76°93°
CMYK 0.000.760.69   0.07
XYZ37.291221.25358.6154
Yxy21.25350.55530.3165
Hunter Lab46.101563.709821.1910
CIE-Lab53.225867.650733.4927

#ec394a color RGB value is (236,57,74).

#ec394a hex color red value is 236, green value is 57 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ec394a hue: 0.98 , saturation: 0.82 and the lightness value of ec394a is 0.57.

The process color (four color CMYK) of #ec394a color hex is 0.00, 0.76, 0.69, 0.07. Web safe color of #ec394a is #ff3333. Color #ec394a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111001 01001010
Octal 354 71 112
Decimal 236 57 74
Hex EC 39 4A

RGB Percentages of Color #ec394a

%64.31
%15.53
%20.16

CMYK Percentages of Color #ec394a

%0
%76
%69
%7

Triadic Colors of #ec394a

#ec394a #4aec39 #394aec

Analogous Colors of #ec394a

#ec394a #ec8239 #ec39a4

Monochromatic Colors of #ec394a

#ec394a

Complementary Color

#ec394a #39ecdb

#ec394a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec394a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec394a Color CSS Codes

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

#ec394a Text Font Color

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

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


#ec394a Background Color

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

This div background color is #ec394a


#ec394a Border Color

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

This div border color is #ec394a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec394a


Comments

No comments written yet.

Please login to write comment.