Color Hex Logo

#ec378c Color Hex

#EC378C
(236,55,140)
0 Favorites   0 Comments

Color spaces of #ec378c

RGB 23655140
HSL0.920.830.57
HSV332°77°93°
CMYK 0.000.770.41   0.07
XYZ40.691922.458727.0012
Yxy22.45870.45140.2491
Hunter Lab47.390670.3353-0.6075
CIE-Lab54.510372.9186-4.0829

#ec378c color RGB value is (236,55,140).

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

The process color (four color CMYK) of #ec378c color hex is 0.00, 0.77, 0.41, 0.07. Web safe color of #ec378c is #ff3399. Color #ec378c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110111 10001100
Octal 354 67 214
Decimal 236 55 140
Hex EC 37 8C

RGB Percentages of Color #ec378c

%54.76
%12.76
%32.48

CMYK Percentages of Color #ec378c

%0
%77
%41
%7

Triadic Colors of #ec378c

#ec378c #8cec37 #378cec

Analogous Colors of #ec378c

#ec378c #ec3c37 #ec37e7

Monochromatic Colors of #ec378c

#ec378c

Complementary Color

#ec378c #37ec97

#ec378c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec378c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec378c Color CSS Codes

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

#ec378c Text Font Color

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

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


#ec378c Background Color

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

This div background color is #ec378c


#ec378c Border Color

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

This div border color is #ec378c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec378c


Comments

No comments written yet.

Please login to write comment.