Color Hex Logo

#ecd6fa Color Hex

#ECD6FA
(236,214,250)
2 Favorites   0 Comments

Color spaces of #ecd6fa

RGB 236214250
HSL0.770.780.91
HSV277°14°98°
CMYK 0.060.140.00   0.02
XYZ75.894072.8281100.4997
Yxy72.82810.30450.2922
Hunter Lab85.33949.3997-10.0851
CIE-Lab88.365714.0145-14.7886

#ecd6fa color RGB value is (236,214,250).

#ecd6fa hex color red value is 236, green value is 214 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ecd6fa hue: 0.77 , saturation: 0.78 and the lightness value of ecd6fa is 0.91.

The process color (four color CMYK) of #ecd6fa color hex is 0.06, 0.14, 0.00, 0.02. Web safe color of #ecd6fa is #ffccff. Color #ecd6fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010110 11111010
Octal 354 326 372
Decimal 236 214 250
Hex EC D6 FA

RGB Percentages of Color #ecd6fa

%33.71
%30.57
%35.71

CMYK Percentages of Color #ecd6fa

%6
%14
%0
%2

Triadic Colors of #ecd6fa

#ecd6fa #faecd6 #d6faec

Analogous Colors of #ecd6fa

#ecd6fa #fad6f6 #dad6fa

Monochromatic Colors of #ecd6fa

#ecd6fa

Complementary Color

#ecd6fa #e4fad6

#ecd6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd6fa Color CSS Codes

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

#ecd6fa Text Font Color

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

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


#ecd6fa Background Color

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

This div background color is #ecd6fa


#ecd6fa Border Color

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

This div border color is #ecd6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd6fa


Comments

No comments written yet.

Please login to write comment.