Color Hex Logo

#ec4eab Color Hex

#EC4EAB
(236,78,171)
0 Favorites   0 Comments

Color spaces of #ec4eab

RGB 23678171
HSL0.900.810.62
HSV325°67°93°
CMYK 0.000.670.28   0.07
XYZ44.667126.221941.2352
Yxy26.22190.39840.2339
Hunter Lab51.207366.0891-11.8987
CIE-Lab58.247168.7040-16.6870

#ec4eab color RGB value is (236,78,171).

#ec4eab hex color red value is 236, green value is 78 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ec4eab hue: 0.90 , saturation: 0.81 and the lightness value of ec4eab is 0.62.

The process color (four color CMYK) of #ec4eab color hex is 0.00, 0.67, 0.28, 0.07. Web safe color of #ec4eab is #ff6699. Color #ec4eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001110 10101011
Octal 354 116 253
Decimal 236 78 171
Hex EC 4E AB

RGB Percentages of Color #ec4eab

%48.66
%16.08
%35.26

CMYK Percentages of Color #ec4eab

%0
%67
%28
%7

Triadic Colors of #ec4eab

#ec4eab #abec4e #4eabec

Analogous Colors of #ec4eab

#ec4eab #ec4e5c #de4eec

Monochromatic Colors of #ec4eab

#ec4eab

Complementary Color

#ec4eab #4eec8f

#ec4eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4eab Color CSS Codes

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

#ec4eab Text Font Color

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

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


#ec4eab Background Color

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

This div background color is #ec4eab


#ec4eab Border Color

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

This div border color is #ec4eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4eab


Comments

No comments written yet.

Please login to write comment.