Color Hex Logo

#ec8fda Color Hex

#EC8FDA
(236,143,218)
0 Favorites   0 Comments

Color spaces of #ec8fda

RGB 236143218
HSL0.870.710.74
HSV312°39°93°
CMYK 0.000.390.08   0.07
XYZ57.069442.539771.5328
Yxy42.53970.33350.2486
Hunter Lab65.222542.0475-19.3706
CIE-Lab71.241445.7772-23.4486

#ec8fda color RGB value is (236,143,218).

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

The process color (four color CMYK) of #ec8fda color hex is 0.00, 0.39, 0.08, 0.07. Web safe color of #ec8fda is #ff99cc. Color #ec8fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001111 11011010
Octal 354 217 332
Decimal 236 143 218
Hex EC 8F DA

RGB Percentages of Color #ec8fda

%39.53
%23.95
%36.52

CMYK Percentages of Color #ec8fda

%0
%39
%8
%7

Triadic Colors of #ec8fda

#ec8fda #daec8f #8fdaec

Analogous Colors of #ec8fda

#ec8fda #ec8fac #d08fec

Monochromatic Colors of #ec8fda

#ec8fda

Complementary Color

#ec8fda #8feca1

#ec8fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8fda Color CSS Codes

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

#ec8fda Text Font Color

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

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


#ec8fda Background Color

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

This div background color is #ec8fda


#ec8fda Border Color

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

This div border color is #ec8fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8fda


Comments

No comments written yet.

Please login to write comment.