Color Hex Logo

#ec9dce Color Hex

#EC9DCE
(236,157,206)
0 Favorites   0 Comments

Color spaces of #ec9dce

RGB 236157206
HSL0.900.680.77
HSV323°33°93°
CMYK 0.000.330.13   0.07
XYZ57.789646.403064.3034
Yxy46.40300.34300.2754
Hunter Lab68.119732.2215-8.2845
CIE-Lab73.806336.4889-12.9600

#ec9dce color RGB value is (236,157,206).

#ec9dce hex color red value is 236, green value is 157 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ec9dce hue: 0.90 , saturation: 0.68 and the lightness value of ec9dce is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011101 11001110
Octal 354 235 316
Decimal 236 157 206
Hex EC 9D CE

RGB Percentages of Color #ec9dce

%39.40
%26.21
%34.39

CMYK Percentages of Color #ec9dce

%0
%33
%13
%7

Triadic Colors of #ec9dce

#ec9dce #ceec9d #9dceec

Analogous Colors of #ec9dce

#ec9dce #ec9da7 #e39dec

Monochromatic Colors of #ec9dce

#ec9dce

Complementary Color

#ec9dce #9decbb

#ec9dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9dce Color CSS Codes

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

#ec9dce Text Font Color

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

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


#ec9dce Background Color

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

This div background color is #ec9dce


#ec9dce Border Color

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

This div border color is #ec9dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9dce


Comments

No comments written yet.

Please login to write comment.