Color Hex Logo

#ec137f Color Hex

#EC137F
(236,19,127)
0 Favorites   0 Comments

Color spaces of #ec137f

RGB 23619127
HSL0.920.850.50
HSV330°92°93°
CMYK 0.000.920.46   0.07
XYZ38.655719.830921.8690
Yxy19.83090.48110.2468
Hunter Lab44.531977.01522.0558
CIE-Lab51.645578.8736-0.4958

#ec137f color RGB value is (236,19,127).

#ec137f hex color red value is 236, green value is 19 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ec137f hue: 0.92 , saturation: 0.85 and the lightness value of ec137f is 0.50.

The process color (four color CMYK) of #ec137f color hex is 0.00, 0.92, 0.46, 0.07. Web safe color of #ec137f is #ff0066. Color #ec137f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010011 01111111
Octal 354 23 177
Decimal 236 19 127
Hex EC 13 7F

RGB Percentages of Color #ec137f

%61.78
%4.97
%33.25

CMYK Percentages of Color #ec137f

%0
%92
%46
%7

Triadic Colors of #ec137f

#ec137f #7fec13 #137fec

Analogous Colors of #ec137f

#ec137f #ec1413 #ec13ec

Monochromatic Colors of #ec137f

#ec137f

Complementary Color

#ec137f #13ec80

#ec137f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec137f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec137f Color CSS Codes

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

#ec137f Text Font Color

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

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


#ec137f Background Color

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

This div background color is #ec137f


#ec137f Border Color

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

This div border color is #ec137f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec137f


Comments

No comments written yet.

Please login to write comment.