Color Hex Logo

#ec40cd Color Hex

#EC40CD
(236,64,205)
0 Favorites   0 Comments

Color spaces of #ec40cd

RGB 23664205
HSL0.860.820.59
HSV311°73°93°
CMYK 0.000.730.13   0.07
XYZ47.444925.907460.2576
Yxy25.90740.35510.1939
Hunter Lab50.899377.3118-34.5615
CIE-Lab57.949177.8855-36.7044

#ec40cd color RGB value is (236,64,205).

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

The process color (four color CMYK) of #ec40cd color hex is 0.00, 0.73, 0.13, 0.07. Web safe color of #ec40cd is #ff33cc. Color #ec40cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000000 11001101
Octal 354 100 315
Decimal 236 64 205
Hex EC 40 CD

RGB Percentages of Color #ec40cd

%46.73
%12.67
%40.59

CMYK Percentages of Color #ec40cd

%0
%73
%13
%7

Triadic Colors of #ec40cd

#ec40cd #cdec40 #40cdec

Analogous Colors of #ec40cd

#ec40cd #ec4077 #b540ec

Monochromatic Colors of #ec40cd

#ec40cd

Complementary Color

#ec40cd #40ec5f

#ec40cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec40cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec40cd Color CSS Codes

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

#ec40cd Text Font Color

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

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


#ec40cd Background Color

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

This div background color is #ec40cd


#ec40cd Border Color

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

This div border color is #ec40cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec40cd


Comments

No comments written yet.

Please login to write comment.