Color Hex Logo

#ec137c Color Hex

#EC137C
(236,19,124)
0 Favorites   0 Comments

Color spaces of #ec137c

RGB 23619124
HSL0.920.850.50
HSV331°92°93°
CMYK 0.000.920.47   0.07
XYZ38.463019.753820.8544
Yxy19.75380.48640.2498
Hunter Lab44.445276.69513.2919
CIE-Lab51.557778.63541.1930

#ec137c color RGB value is (236,19,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010011 01111100
Octal 354 23 174
Decimal 236 19 124
Hex EC 13 7C

RGB Percentages of Color #ec137c

%62.27
%5.01
%32.72

CMYK Percentages of Color #ec137c

%0
%92
%47
%7

Triadic Colors of #ec137c

#ec137c #7cec13 #137cec

Analogous Colors of #ec137c

#ec137c #ec1613 #ec13e9

Monochromatic Colors of #ec137c

#ec137c

Complementary Color

#ec137c #13ec83

#ec137c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec137c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec137c Color CSS Codes

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

#ec137c Text Font Color

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

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


#ec137c Background Color

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

This div background color is #ec137c


#ec137c Border Color

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

This div border color is #ec137c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec137c


Comments

No comments written yet.

Please login to write comment.