Color Hex Logo

#ec3ed0 Color Hex

#EC3ED0
(236,62,208)
0 Favorites   0 Comments

Color spaces of #ec3ed0

RGB 23662208
HSL0.860.820.58
HSV310°74°93°
CMYK 0.000.740.12   0.07
XYZ47.699925.832262.1466
Yxy25.83220.35160.1904
Hunter Lab50.825478.5788-36.9189
CIE-Lab57.877478.9035-38.5262

#ec3ed0 color RGB value is (236,62,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111110 11010000
Octal 354 76 320
Decimal 236 62 208
Hex EC 3E D0

RGB Percentages of Color #ec3ed0

%46.64
%12.25
%41.11

CMYK Percentages of Color #ec3ed0

%0
%74
%12
%7

Triadic Colors of #ec3ed0

#ec3ed0 #d0ec3e #3ed0ec

Analogous Colors of #ec3ed0

#ec3ed0 #ec3e79 #b13eec

Monochromatic Colors of #ec3ed0

#ec3ed0

Complementary Color

#ec3ed0 #3eec5a

#ec3ed0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3ed0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3ed0 Color CSS Codes

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

#ec3ed0 Text Font Color

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

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


#ec3ed0 Background Color

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

This div background color is #ec3ed0


#ec3ed0 Border Color

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

This div border color is #ec3ed0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3ed0


Comments

No comments written yet.

Please login to write comment.