Color Hex Logo

#ec3eda Color Hex

#EC3EDA
(236,62,218)
0 Favorites   0 Comments

Color spaces of #ec3eda

RGB 23662218
HSL0.850.820.58
HSV306°74°93°
CMYK 0.000.740.08   0.07
XYZ48.969626.340168.8328
Yxy26.34010.33970.1827
Hunter Lab51.322680.5017-43.5927
CIE-Lab58.358580.3247-43.4449

#ec3eda color RGB value is (236,62,218).

#ec3eda hex color red value is 236, green value is 62 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ec3eda hue: 0.85 , saturation: 0.82 and the lightness value of ec3eda is 0.58.

The process color (four color CMYK) of #ec3eda color hex is 0.00, 0.74, 0.08, 0.07. Web safe color of #ec3eda is #ff33cc. Color #ec3eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111110 11011010
Octal 354 76 332
Decimal 236 62 218
Hex EC 3E DA

RGB Percentages of Color #ec3eda

%45.74
%12.02
%42.25

CMYK Percentages of Color #ec3eda

%0
%74
%8
%7

Triadic Colors of #ec3eda

#ec3eda #daec3e #3edaec

Analogous Colors of #ec3eda

#ec3eda #ec3e83 #a73eec

Monochromatic Colors of #ec3eda

#ec3eda

Complementary Color

#ec3eda #3eec50

#ec3eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3eda Color CSS Codes

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

#ec3eda Text Font Color

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

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


#ec3eda Background Color

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

This div background color is #ec3eda


#ec3eda Border Color

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

This div border color is #ec3eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3eda


Comments

No comments written yet.

Please login to write comment.