Color Hex Logo

#ecd7f1 Color Hex

#ECD7F1
(236,215,241)
0 Favorites   0 Comments

Color spaces of #ecd7f1

RGB 236215241
HSL0.800.480.89
HSV288°11°95°
CMYK 0.020.110.00   0.05
XYZ74.769772.784693.3271
Yxy72.78460.31040.3022
Hunter Lab85.31397.1394-5.1392
CIE-Lab88.344911.8021-10.0771

#ecd7f1 color RGB value is (236,215,241).

#ecd7f1 hex color red value is 236, green value is 215 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #ecd7f1 hue: 0.80 , saturation: 0.48 and the lightness value of ecd7f1 is 0.89.

The process color (four color CMYK) of #ecd7f1 color hex is 0.02, 0.11, 0.00, 0.05. Web safe color of #ecd7f1 is #ffccff. Color #ecd7f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010111 11110001
Octal 354 327 361
Decimal 236 215 241
Hex EC D7 F1

RGB Percentages of Color #ecd7f1

%34.10
%31.07
%34.83

CMYK Percentages of Color #ecd7f1

%2
%11
%0
%5

Triadic Colors of #ecd7f1

#ecd7f1 #f1ecd7 #d7f1ec

Analogous Colors of #ecd7f1

#ecd7f1 #f1d7e9 #dfd7f1

Monochromatic Colors of #ecd7f1

#ecd7f1

Complementary Color

#ecd7f1 #dcf1d7

#ecd7f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd7f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd7f1 Color CSS Codes

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

#ecd7f1 Text Font Color

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

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


#ecd7f1 Background Color

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

This div background color is #ecd7f1


#ecd7f1 Border Color

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

This div border color is #ecd7f1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd7f1


Comments

No comments written yet.

Please login to write comment.