Color Hex Logo

#ec4cde Color Hex

#EC4CDE
(236,76,222)
0 Favorites   0 Comments

Color spaces of #ec4cde

RGB 23676222
HSL0.850.810.61
HSV305°68°93°
CMYK 0.000.680.06   0.07
XYZ50.361328.275771.9107
Yxy28.27570.33450.1878
Hunter Lab53.174975.9991-42.9580
CIE-Lab60.137076.4204-42.8998

#ec4cde color RGB value is (236,76,222).

#ec4cde hex color red value is 236, green value is 76 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ec4cde hue: 0.85 , saturation: 0.81 and the lightness value of ec4cde is 0.61.

The process color (four color CMYK) of #ec4cde color hex is 0.00, 0.68, 0.06, 0.07. Web safe color of #ec4cde is #ff33cc. Color #ec4cde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001100 11011110
Octal 354 114 336
Decimal 236 76 222
Hex EC 4C DE

RGB Percentages of Color #ec4cde

%44.19
%14.23
%41.57

CMYK Percentages of Color #ec4cde

%0
%68
%6
%7

Triadic Colors of #ec4cde

#ec4cde #deec4c #4cdeec

Analogous Colors of #ec4cde

#ec4cde #ec4c8e #aa4cec

Monochromatic Colors of #ec4cde

#ec4cde

Complementary Color

#ec4cde #4cec5a

#ec4cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4cde Color CSS Codes

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

#ec4cde Text Font Color

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

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


#ec4cde Background Color

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

This div background color is #ec4cde


#ec4cde Border Color

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

This div border color is #ec4cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4cde


Comments

No comments written yet.

Please login to write comment.