Color Hex Logo

#ec708f Color Hex

#EC708F
(236,112,143)
1 Favorites   0 Comments

Color spaces of #ec708f

RGB 236112143
HSL0.960.770.68
HSV345°53°93°
CMYK 0.000.530.39   0.07
XYZ45.344231.404429.6584
Yxy31.40440.42610.2951
Hunter Lab56.039646.36317.8491
CIE-Lab62.847550.82886.2980

#ec708f color RGB value is (236,112,143).

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

The process color (four color CMYK) of #ec708f color hex is 0.00, 0.53, 0.39, 0.07. Web safe color of #ec708f is #ff6699. Color #ec708f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110000 10001111
Octal 354 160 217
Decimal 236 112 143
Hex EC 70 8F

RGB Percentages of Color #ec708f

%48.07
%22.81
%29.12

CMYK Percentages of Color #ec708f

%0
%53
%39
%7

Triadic Colors of #ec708f

#ec708f #8fec70 #708fec

Analogous Colors of #ec708f

#ec708f #ec8f70 #ec70cd

Monochromatic Colors of #ec708f

#ec708f

Complementary Color

#ec708f #70eccd

#ec708f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec708f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec708f Color CSS Codes

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

#ec708f Text Font Color

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

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


#ec708f Background Color

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

This div background color is #ec708f


#ec708f Border Color

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

This div border color is #ec708f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec708f


Comments

No comments written yet.

Please login to write comment.