Color Hex Logo

#ecd6eb Color Hex

#ECD6EB
(236,214,235)
0 Favorites   0 Comments

Color spaces of #ecd6eb

RGB 236214235
HSL0.840.370.88
HSV303°93°
CMYK 0.000.090.00   0.07
XYZ73.634071.924288.5991
Yxy71.92420.31450.3072
Hunter Lab84.80816.5670-2.5746
CIE-Lab87.932111.2325-7.5248

#ecd6eb color RGB value is (236,214,235).

#ecd6eb hex color red value is 236, green value is 214 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ecd6eb hue: 0.84 , saturation: 0.37 and the lightness value of ecd6eb is 0.88.

The process color (four color CMYK) of #ecd6eb color hex is 0.00, 0.09, 0.00, 0.07. Web safe color of #ecd6eb is #ffccff. Color #ecd6eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010110 11101011
Octal 354 326 353
Decimal 236 214 235
Hex EC D6 EB

RGB Percentages of Color #ecd6eb

%34.45
%31.24
%34.31

CMYK Percentages of Color #ecd6eb

%0
%9
%0
%7

Triadic Colors of #ecd6eb

#ecd6eb #ebecd6 #d6ebec

Analogous Colors of #ecd6eb

#ecd6eb #ecd6e0 #e2d6ec

Monochromatic Colors of #ecd6eb

#ecd6eb

Complementary Color

#ecd6eb #d6ecd7

#ecd6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd6eb Color CSS Codes

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

#ecd6eb Text Font Color

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

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


#ecd6eb Background Color

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

This div background color is #ecd6eb


#ecd6eb Border Color

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

This div border color is #ecd6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd6eb


Comments

No comments written yet.

Please login to write comment.