Color Hex Logo

#ec318e Color Hex

#EC318E
(236,49,142)
0 Favorites   0 Comments

Color spaces of #ec318e

RGB 23649142
HSL0.920.830.56
HSV330°79°93°
CMYK 0.000.790.40   0.07
XYZ40.572921.982527.6958
Yxy21.98250.44960.2436
Hunter Lab46.885572.4174-2.2034
CIE-Lab54.008474.7143-6.0166

#ec318e color RGB value is (236,49,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110001 10001110
Octal 354 61 216
Decimal 236 49 142
Hex EC 31 8E

RGB Percentages of Color #ec318e

%55.27
%11.48
%33.26

CMYK Percentages of Color #ec318e

%0
%79
%40
%7

Triadic Colors of #ec318e

#ec318e #8eec31 #318eec

Analogous Colors of #ec318e

#ec318e #ec3231 #ec31ec

Monochromatic Colors of #ec318e

#ec318e

Complementary Color

#ec318e #31ec8f

#ec318e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec318e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec318e Color CSS Codes

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

#ec318e Text Font Color

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

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


#ec318e Background Color

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

This div background color is #ec318e


#ec318e Border Color

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

This div border color is #ec318e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec318e


Comments

No comments written yet.

Please login to write comment.