Color Hex Logo

#ec148a Color Hex

#EC148A
(236,20,138)
0 Favorites   0 Comments

Color spaces of #ec148a

RGB 23620138
HSL0.910.850.50
HSV327°92°93°
CMYK 0.000.920.42   0.07
XYZ39.429720.168225.8594
Yxy20.16820.46140.2360
Hunter Lab44.909078.1306-2.7039
CIE-Lab52.026979.6859-6.5681

#ec148a color RGB value is (236,20,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010100 10001010
Octal 354 24 212
Decimal 236 20 138
Hex EC 14 8A

RGB Percentages of Color #ec148a

%59.90
%5.08
%35.03

CMYK Percentages of Color #ec148a

%0
%92
%42
%7

Triadic Colors of #ec148a

#ec148a #8aec14 #148aec

Analogous Colors of #ec148a

#ec148a #ec141e #e214ec

Monochromatic Colors of #ec148a

#ec148a

Complementary Color

#ec148a #14ec76

#ec148a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec148a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec148a Color CSS Codes

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

#ec148a Text Font Color

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

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


#ec148a Background Color

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

This div background color is #ec148a


#ec148a Border Color

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

This div border color is #ec148a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec148a


Comments

No comments written yet.

Please login to write comment.