Color Hex Logo

#ec718c Color Hex

#EC718C
(236,113,140)
1 Favorites   0 Comments

Color spaces of #ec718c

RGB 236113140
HSL0.960.760.68
HSV347°52°93°
CMYK 0.000.520.41   0.07
XYZ45.230831.536628.5142
Yxy31.53660.42960.2995
Hunter Lab56.157545.49349.2055
CIE-Lab62.958050.02678.1776

#ec718c color RGB value is (236,113,140).

#ec718c hex color red value is 236, green value is 113 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ec718c hue: 0.96 , saturation: 0.76 and the lightness value of ec718c is 0.68.

The process color (four color CMYK) of #ec718c color hex is 0.00, 0.52, 0.41, 0.07. Web safe color of #ec718c is #ff6699. Color #ec718c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110001 10001100
Octal 354 161 214
Decimal 236 113 140
Hex EC 71 8C

RGB Percentages of Color #ec718c

%48.26
%23.11
%28.63

CMYK Percentages of Color #ec718c

%0
%52
%41
%7

Triadic Colors of #ec718c

#ec718c #8cec71 #718cec

Analogous Colors of #ec718c

#ec718c #ec9471 #ec71ca

Monochromatic Colors of #ec718c

#ec718c

Complementary Color

#ec718c #71ecd1

#ec718c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec718c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec718c Color CSS Codes

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

#ec718c Text Font Color

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

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


#ec718c Background Color

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

This div background color is #ec718c


#ec718c Border Color

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

This div border color is #ec718c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec718c


Comments

No comments written yet.

Please login to write comment.