Color Hex Logo

#ec9dcd Color Hex

#EC9DCD
(236,157,205)
0 Favorites   0 Comments

Color spaces of #ec9dcd

RGB 236157205
HSL0.900.680.77
HSV324°33°93°
CMYK 0.000.330.13   0.07
XYZ57.668546.354663.6655
Yxy46.35460.34390.2764
Hunter Lab68.084232.0452-7.7831
CIE-Lab73.775036.3274-12.4572

#ec9dcd color RGB value is (236,157,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011101 11001101
Octal 354 235 315
Decimal 236 157 205
Hex EC 9D CD

RGB Percentages of Color #ec9dcd

%39.46
%26.25
%34.28

CMYK Percentages of Color #ec9dcd

%0
%33
%13
%7

Triadic Colors of #ec9dcd

#ec9dcd #cdec9d #9dcdec

Analogous Colors of #ec9dcd

#ec9dcd #ec9da6 #e49dec

Monochromatic Colors of #ec9dcd

#ec9dcd

Complementary Color

#ec9dcd #9decbc

#ec9dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9dcd Color CSS Codes

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

#ec9dcd Text Font Color

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

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


#ec9dcd Background Color

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

This div background color is #ec9dcd


#ec9dcd Border Color

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

This div border color is #ec9dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9dcd


Comments

No comments written yet.

Please login to write comment.