Color Hex Logo

#ecd7fe Color Hex

#ECD7FE
(236,215,254)
0 Favorites   0 Comments

Color spaces of #ecd7fe

RGB 236215254
HSL0.760.950.92
HSV272°15°100°
CMYK 0.070.150.00   0.00
XYZ76.781973.5895103.9233
Yxy73.58950.30190.2894
Hunter Lab85.78439.6452-11.7778
CIE-Lab88.728114.2542-16.3503

#ecd7fe color RGB value is (236,215,254).

#ecd7fe hex color red value is 236, green value is 215 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ecd7fe hue: 0.76 , saturation: 0.95 and the lightness value of ecd7fe is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010111 11111110
Octal 354 327 376
Decimal 236 215 254
Hex EC D7 FE

RGB Percentages of Color #ecd7fe

%33.48
%30.50
%36.03

CMYK Percentages of Color #ecd7fe

%7
%15
%0
%0

Triadic Colors of #ecd7fe

#ecd7fe #feecd7 #d7feec

Analogous Colors of #ecd7fe

#ecd7fe #fed7fd #d9d7fe

Monochromatic Colors of #ecd7fe

#ecd7fe

Complementary Color

#ecd7fe #e9fed7

#ecd7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd7fe Color CSS Codes

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

#ecd7fe Text Font Color

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

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


#ecd7fe Background Color

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

This div background color is #ecd7fe


#ecd7fe Border Color

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

This div border color is #ecd7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd7fe

Related Colors


Comments

No comments written yet.

Please login to write comment.