Color Hex Logo

#ec8cce Color Hex

#EC8CCE
(236,140,206)
0 Favorites   0 Comments

Color spaces of #ec8cce

RGB 236140206
HSL0.890.720.74
HSV319°41°93°
CMYK 0.000.410.13   0.07
XYZ55.110741.045363.4104
Yxy41.04530.34540.2572
Hunter Lab64.066641.4308-13.8361
CIE-Lab70.207645.3511-18.3842

#ec8cce color RGB value is (236,140,206).

#ec8cce hex color red value is 236, green value is 140 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ec8cce hue: 0.89 , saturation: 0.72 and the lightness value of ec8cce is 0.74.

The process color (four color CMYK) of #ec8cce color hex is 0.00, 0.41, 0.13, 0.07. Web safe color of #ec8cce is #ff99cc. Color #ec8cce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001100 11001110
Octal 354 214 316
Decimal 236 140 206
Hex EC 8C CE

RGB Percentages of Color #ec8cce

%40.55
%24.05
%35.40

CMYK Percentages of Color #ec8cce

%0
%41
%13
%7

Triadic Colors of #ec8cce

#ec8cce #ceec8c #8cceec

Analogous Colors of #ec8cce

#ec8cce #ec8c9e #da8cec

Monochromatic Colors of #ec8cce

#ec8cce

Complementary Color

#ec8cce #8cecaa

#ec8cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8cce Color CSS Codes

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

#ec8cce Text Font Color

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

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


#ec8cce Background Color

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

This div background color is #ec8cce


#ec8cce Border Color

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

This div border color is #ec8cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8cce


Comments

No comments written yet.

Please login to write comment.