Color Hex Logo

#ec139a Color Hex

#EC139A
(236,19,154)
0 Favorites   0 Comments

Color spaces of #ec139a

RGB 23619154
HSL0.900.850.50
HSV323°92°93°
CMYK 0.000.920.35   0.07
XYZ40.657720.631732.4113
Yxy20.63170.43390.2202
Hunter Lab45.422180.2880-10.5113
CIE-Lab52.544081.2885-15.3598

#ec139a color RGB value is (236,19,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010011 10011010
Octal 354 23 232
Decimal 236 19 154
Hex EC 13 9A

RGB Percentages of Color #ec139a

%57.70
%4.65
%37.65

CMYK Percentages of Color #ec139a

%0
%92
%35
%7

Triadic Colors of #ec139a

#ec139a #9aec13 #139aec

Analogous Colors of #ec139a

#ec139a #ec132d #d213ec

Monochromatic Colors of #ec139a

#ec139a

Complementary Color

#ec139a #13ec65

#ec139a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec139a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec139a Color CSS Codes

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

#ec139a Text Font Color

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

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


#ec139a Background Color

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

This div background color is #ec139a


#ec139a Border Color

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

This div border color is #ec139a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec139a


Comments

No comments written yet.

Please login to write comment.