Color Hex Logo

#ec56dc Color Hex

#EC56DC
(236,86,220)
0 Favorites   0 Comments

Color spaces of #ec56dc

RGB 23686220
HSL0.850.800.63
HSV306°64°93°
CMYK 0.000.640.07   0.07
XYZ50.838129.655870.7548
Yxy29.65580.33610.1961
Hunter Lab54.457171.3375-38.9140
CIE-Lab61.356172.4386-39.8596

#ec56dc color RGB value is (236,86,220).

#ec56dc hex color red value is 236, green value is 86 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ec56dc hue: 0.85 , saturation: 0.80 and the lightness value of ec56dc is 0.63.

The process color (four color CMYK) of #ec56dc color hex is 0.00, 0.64, 0.07, 0.07. Web safe color of #ec56dc is #ff66cc. Color #ec56dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010110 11011100
Octal 354 126 334
Decimal 236 86 220
Hex EC 56 DC

RGB Percentages of Color #ec56dc

%43.54
%15.87
%40.59

CMYK Percentages of Color #ec56dc

%0
%64
%7
%7

Triadic Colors of #ec56dc

#ec56dc #dcec56 #56dcec

Analogous Colors of #ec56dc

#ec56dc #ec5691 #b156ec

Monochromatic Colors of #ec56dc

#ec56dc

Complementary Color

#ec56dc #56ec66

#ec56dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec56dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec56dc Color CSS Codes

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

#ec56dc Text Font Color

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

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


#ec56dc Background Color

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

This div background color is #ec56dc


#ec56dc Border Color

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

This div border color is #ec56dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec56dc


Comments

No comments written yet.

Please login to write comment.