Color Hex Logo

#ecd7fc Color Hex

#ECD7FC
(236,215,252)
1 Favorites   0 Comments

Color spaces of #ecd7fc

RGB 236215252
HSL0.760.860.92
HSV274°15°99°
CMYK 0.060.150.00   0.01
XYZ76.463273.4620102.2450
Yxy73.46200.30320.2913
Hunter Lab85.71009.2502-10.7311
CIE-Lab88.667613.8699-15.3888

#ecd7fc color RGB value is (236,215,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010111 11111100
Octal 354 327 374
Decimal 236 215 252
Hex EC D7 FC

RGB Percentages of Color #ecd7fc

%33.57
%30.58
%35.85

CMYK Percentages of Color #ecd7fc

%6
%15
%0
%1

Triadic Colors of #ecd7fc

#ecd7fc #fcecd7 #d7fcec

Analogous Colors of #ecd7fc

#ecd7fc #fcd7fa #dad7fc

Monochromatic Colors of #ecd7fc

#ecd7fc

Complementary Color

#ecd7fc #e7fcd7

#ecd7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd7fc Color CSS Codes

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

#ecd7fc Text Font Color

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

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


#ecd7fc Background Color

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

This div background color is #ecd7fc


#ecd7fc Border Color

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

This div border color is #ecd7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd7fc

Related Colors


Comments

No comments written yet.

Please login to write comment.