Color Hex Logo

#ec8fec Color Hex

#EC8FEC
(236,143,236)
0 Favorites   0 Comments

Color spaces of #ec8fec

RGB 236143236
HSL0.830.710.74
HSV300°39°93°
CMYK 0.000.390.00   0.07
XYZ59.554943.533984.6209
Yxy43.53390.31730.2319
Hunter Lab65.980245.6518-29.8544
CIE-Lab71.915948.9071-32.3015

#ec8fec color RGB value is (236,143,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001111 11101100
Octal 354 217 354
Decimal 236 143 236
Hex EC 8F EC

RGB Percentages of Color #ec8fec

%38.37
%23.25
%38.37

CMYK Percentages of Color #ec8fec

%0
%39
%0
%7

Triadic Colors of #ec8fec

#ec8fec #ecec8f #8fecec

Analogous Colors of #ec8fec

#ec8fec #ec8fbe #be8fec

Monochromatic Colors of #ec8fec

#ec8fec

Complementary Color

#ec8fec #8fec8f

#ec8fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8fec Color CSS Codes

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

#ec8fec Text Font Color

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

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


#ec8fec Background Color

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

This div background color is #ec8fec


#ec8fec Border Color

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

This div border color is #ec8fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8fec


Comments

No comments written yet.

Please login to write comment.