Color Hex Logo

#ec129f Color Hex

#EC129F
(236,18,159)
0 Favorites   0 Comments

Color spaces of #ec129f

RGB 23618159
HSL0.890.860.50
HSV321°92°93°
CMYK 0.000.920.33   0.07
XYZ41.066420.768734.6452
Yxy20.76870.42560.2153
Hunter Lab45.572781.0975-13.1725
CIE-Lab52.695481.8941-18.0989

#ec129f color RGB value is (236,18,159).

#ec129f hex color red value is 236, green value is 18 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ec129f hue: 0.89 , saturation: 0.86 and the lightness value of ec129f is 0.50.

The process color (four color CMYK) of #ec129f color hex is 0.00, 0.92, 0.33, 0.07. Web safe color of #ec129f is #ff0099. Color #ec129f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010010 10011111
Octal 354 22 237
Decimal 236 18 159
Hex EC 12 9F

RGB Percentages of Color #ec129f

%57.14
%4.36
%38.50

CMYK Percentages of Color #ec129f

%0
%92
%33
%7

Triadic Colors of #ec129f

#ec129f #9fec12 #129fec

Analogous Colors of #ec129f

#ec129f #ec1232 #cc12ec

Monochromatic Colors of #ec129f

#ec129f

Complementary Color

#ec129f #12ec5f

#ec129f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec129f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec129f Color CSS Codes

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

#ec129f Text Font Color

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

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


#ec129f Background Color

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

This div background color is #ec129f


#ec129f Border Color

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

This div border color is #ec129f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec129f


Comments

No comments written yet.

Please login to write comment.