Color Hex Logo

#ec383e Color Hex

#EC383E
(236,56,62)
0 Favorites   0 Comments

Color spaces of #ec383e

RGB 2365662
HSL0.990.830.57
HSV358°76°93°
CMYK 0.000.760.74   0.07
XYZ36.875721.00906.6690
Yxy21.00900.57120.3254
Hunter Lab45.835663.394823.4583
CIE-Lab52.959367.434740.0584

#ec383e color RGB value is (236,56,62).

#ec383e hex color red value is 236, green value is 56 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ec383e hue: 0.99 , saturation: 0.83 and the lightness value of ec383e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111000 00111110
Octal 354 70 76
Decimal 236 56 62
Hex EC 38 3E

RGB Percentages of Color #ec383e

%66.67
%15.82
%17.51

CMYK Percentages of Color #ec383e

%0
%76
%74
%7

Triadic Colors of #ec383e

#ec383e #3eec38 #383eec

Analogous Colors of #ec383e

#ec383e #ec8c38 #ec3898

Monochromatic Colors of #ec383e

#ec383e

Complementary Color

#ec383e #38ece6

#ec383e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec383e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec383e Color CSS Codes

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

#ec383e Text Font Color

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

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


#ec383e Background Color

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

This div background color is #ec383e


#ec383e Border Color

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

This div border color is #ec383e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec383e


Comments

No comments written yet.

Please login to write comment.