Color Hex Logo

#ec384d Color Hex

#EC384D
(236,56,77)
0 Favorites   0 Comments

Color spaces of #ec384d

RGB 2365677
HSL0.980.830.57
HSV353°76°93°
CMYK 0.000.760.67   0.07
XYZ37.345821.19709.1443
Yxy21.19700.55170.3132
Hunter Lab46.040264.221120.4522
CIE-Lab53.164468.093931.6646

#ec384d color RGB value is (236,56,77).

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

The process color (four color CMYK) of #ec384d color hex is 0.00, 0.76, 0.67, 0.07. Web safe color of #ec384d is #ff3366. Color #ec384d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111000 01001101
Octal 354 70 115
Decimal 236 56 77
Hex EC 38 4D

RGB Percentages of Color #ec384d

%63.96
%15.18
%20.87

CMYK Percentages of Color #ec384d

%0
%76
%67
%7

Triadic Colors of #ec384d

#ec384d #4dec38 #384dec

Analogous Colors of #ec384d

#ec384d #ec7d38 #ec38a7

Monochromatic Colors of #ec384d

#ec384d

Complementary Color

#ec384d #38ecd7

#ec384d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec384d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec384d Color CSS Codes

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

#ec384d Text Font Color

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

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


#ec384d Background Color

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

This div background color is #ec384d


#ec384d Border Color

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

This div border color is #ec384d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec384d


Comments

No comments written yet.

Please login to write comment.