Color Hex Logo

#ec296e Color Hex

#EC296E
(236,41,110)
0 Favorites   0 Comments

Color spaces of #ec296e

RGB 23641110
HSL0.940.840.54
HSV339°83°93°
CMYK 0.000.830.53   0.07
XYZ38.199520.544516.7040
Yxy20.54450.50630.2723
Hunter Lab45.326071.11429.8781
CIE-Lab52.447373.954310.9470

#ec296e color RGB value is (236,41,110).

#ec296e hex color red value is 236, green value is 41 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ec296e hue: 0.94 , saturation: 0.84 and the lightness value of ec296e is 0.54.

The process color (four color CMYK) of #ec296e color hex is 0.00, 0.83, 0.53, 0.07. Web safe color of #ec296e is #ff3366. Color #ec296e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00101001 01101110
Octal 354 51 156
Decimal 236 41 110
Hex EC 29 6E

RGB Percentages of Color #ec296e

%60.98
%10.59
%28.42

CMYK Percentages of Color #ec296e

%0
%83
%53
%7

Triadic Colors of #ec296e

#ec296e #6eec29 #296eec

Analogous Colors of #ec296e

#ec296e #ec4529 #ec29d0

Monochromatic Colors of #ec296e

#ec296e

Complementary Color

#ec296e #29eca7

#ec296e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec296e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec296e Color CSS Codes

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

#ec296e Text Font Color

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

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


#ec296e Background Color

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

This div background color is #ec296e


#ec296e Border Color

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

This div border color is #ec296e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec296e


Comments

No comments written yet.

Please login to write comment.