Color Hex Logo

#ec4eef Color Hex

#EC4EEF
(236,78,239)
0 Favorites   0 Comments

Color spaces of #ec4eef

RGB 23678239
HSL0.830.830.62
HSV299°67°94°
CMYK 0.010.670.00   0.06
XYZ52.896429.513684.5701
Yxy29.51360.31680.1767
Hunter Lab54.326478.7302-54.2684
CIE-Lab61.232378.3776-50.6847

#ec4eef color RGB value is (236,78,239).

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

The process color (four color CMYK) of #ec4eef color hex is 0.01, 0.67, 0.00, 0.06. Web safe color of #ec4eef is #ff66ff. Color #ec4eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001110 11101111
Octal 354 116 357
Decimal 236 78 239
Hex EC 4E EF

RGB Percentages of Color #ec4eef

%42.68
%14.10
%43.22

CMYK Percentages of Color #ec4eef

%1
%67
%0
%6

Triadic Colors of #ec4eef

#ec4eef #efec4e #4eefec

Analogous Colors of #ec4eef

#ec4eef #ef4ea2 #9c4eef

Monochromatic Colors of #ec4eef

#ec4eef

Complementary Color

#ec4eef #51ef4e

#ec4eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4eef Color CSS Codes

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

#ec4eef Text Font Color

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

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


#ec4eef Background Color

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

This div background color is #ec4eef


#ec4eef Border Color

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

This div border color is #ec4eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4eef


Comments

No comments written yet.

Please login to write comment.