Color Hex Logo

#ecd9fd Color Hex

#ECD9FD
(236,217,253)
0 Favorites   0 Comments

Color spaces of #ecd9fd

RGB 236217253
HSL0.750.900.92
HSV272°14°99°
CMYK 0.070.140.00   0.01
XYZ77.134574.5504103.2527
Yxy74.55040.30260.2924
Hunter Lab86.34268.3642-10.4621
CIE-Lab89.182013.0096-15.1433

#ecd9fd color RGB value is (236,217,253).

#ecd9fd hex color red value is 236, green value is 217 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ecd9fd hue: 0.75 , saturation: 0.90 and the lightness value of ecd9fd is 0.92.

The process color (four color CMYK) of #ecd9fd color hex is 0.07, 0.14, 0.00, 0.01. Web safe color of #ecd9fd is #ffccff. Color #ecd9fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011001 11111101
Octal 354 331 375
Decimal 236 217 253
Hex EC D9 FD

RGB Percentages of Color #ecd9fd

%33.43
%30.74
%35.84

CMYK Percentages of Color #ecd9fd

%7
%14
%0
%1

Triadic Colors of #ecd9fd

#ecd9fd #fdecd9 #d9fdec

Analogous Colors of #ecd9fd

#ecd9fd #fdd9fc #dad9fd

Monochromatic Colors of #ecd9fd

#ecd9fd

Complementary Color

#ecd9fd #eafdd9

#ecd9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd9fd Color CSS Codes

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

#ecd9fd Text Font Color

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

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


#ecd9fd Background Color

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

This div background color is #ecd9fd


#ecd9fd Border Color

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

This div border color is #ecd9fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd9fd

Related Colors


Comments

No comments written yet.

Please login to write comment.