Color Hex Logo

#ec318f Color Hex

#EC318F
(236,49,143)
0 Favorites   0 Comments

Color spaces of #ec318f

RGB 23649143
HSL0.920.830.56
HSV330°79°93°
CMYK 0.000.790.39   0.07
XYZ40.648322.012728.0931
Yxy22.01270.44790.2426
Hunter Lab46.917772.5419-2.6589
CIE-Lab54.040574.8092-6.5644

#ec318f color RGB value is (236,49,143).

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

The process color (four color CMYK) of #ec318f color hex is 0.00, 0.79, 0.39, 0.07. Web safe color of #ec318f is #ff3399. Color #ec318f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110001 10001111
Octal 354 61 217
Decimal 236 49 143
Hex EC 31 8F

RGB Percentages of Color #ec318f

%55.14
%11.45
%33.41

CMYK Percentages of Color #ec318f

%0
%79
%39
%7

Triadic Colors of #ec318f

#ec318f #8fec31 #318fec

Analogous Colors of #ec318f

#ec318f #ec3131 #ec31ec

Monochromatic Colors of #ec318f

#ec318f

Complementary Color

#ec318f #31ec8e

#ec318f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec318f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec318f Color CSS Codes

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

#ec318f Text Font Color

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

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


#ec318f Background Color

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

This div background color is #ec318f


#ec318f Border Color

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

This div border color is #ec318f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec318f

#ec318f Color Palettes


Comments

No comments written yet.

Please login to write comment.