Color Hex Logo

#ec4def Color Hex

#EC4DEF
(236,77,239)
0 Favorites   0 Comments

Color spaces of #ec4def

RGB 23677239
HSL0.830.840.62
HSV299°68°94°
CMYK 0.010.680.00   0.06
XYZ52.825929.372684.5466
Yxy29.37260.31680.1762
Hunter Lab54.196579.1420-54.5549
CIE-Lab61.109178.7258-50.8801

#ec4def color RGB value is (236,77,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001101 11101111
Octal 354 115 357
Decimal 236 77 239
Hex EC 4D EF

RGB Percentages of Color #ec4def

%42.75
%13.95
%43.30

CMYK Percentages of Color #ec4def

%1
%68
%0
%6

Triadic Colors of #ec4def

#ec4def #efec4d #4defec

Analogous Colors of #ec4def

#ec4def #ef4da1 #9b4def

Monochromatic Colors of #ec4def

#ec4def

Complementary Color

#ec4def #50ef4d

#ec4def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4def Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4def Color CSS Codes

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

#ec4def Text Font Color

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

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


#ec4def Background Color

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

This div background color is #ec4def


#ec4def Border Color

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

This div border color is #ec4def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,77,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 #ec4def">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4def


Comments

No comments written yet.

Please login to write comment.