Color Hex Logo

#ec7cda Color Hex

#EC7CDA
(236,124,218)
0 Favorites   0 Comments

Color spaces of #ec7cda

RGB 236124218
HSL0.860.750.71
HSV310°47°93°
CMYK 0.000.470.08   0.07
XYZ54.454637.310170.6612
Yxy37.31010.33530.2297
Hunter Lab61.082052.2393-25.8308
CIE-Lab67.509055.3219-29.1747

#ec7cda color RGB value is (236,124,218).

#ec7cda hex color red value is 236, green value is 124 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ec7cda hue: 0.86 , saturation: 0.75 and the lightness value of ec7cda is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111100 11011010
Octal 354 174 332
Decimal 236 124 218
Hex EC 7C DA

RGB Percentages of Color #ec7cda

%40.83
%21.45
%37.72

CMYK Percentages of Color #ec7cda

%0
%47
%8
%7

Triadic Colors of #ec7cda

#ec7cda #daec7c #7cdaec

Analogous Colors of #ec7cda

#ec7cda #ec7ca2 #c67cec

Monochromatic Colors of #ec7cda

#ec7cda

Complementary Color

#ec7cda #7cec8e

#ec7cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7cda Color CSS Codes

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

#ec7cda Text Font Color

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

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


#ec7cda Background Color

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

This div background color is #ec7cda


#ec7cda Border Color

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

This div border color is #ec7cda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,124,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 #ec7cda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7cda


Comments

No comments written yet.

Please login to write comment.