Color Hex Logo

#ece4fa Color Hex

#ECE4FA
(236,228,250)
0 Favorites   0 Comments

Color spaces of #ece4fa

RGB 236228250
HSL0.730.690.94
HSV262°98°
CMYK 0.060.090.00   0.02
XYZ79.590880.2218101.7320
Yxy80.22180.30430.3067
Hunter Lab89.56661.8773-4.6464
CIE-Lab91.78436.6916-9.6871

#ece4fa color RGB value is (236,228,250).

#ece4fa hex color red value is 236, green value is 228 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ece4fa hue: 0.73 , saturation: 0.69 and the lightness value of ece4fa is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100100 11111010
Octal 354 344 372
Decimal 236 228 250
Hex EC E4 FA

RGB Percentages of Color #ece4fa

%33.05
%31.93
%35.01

CMYK Percentages of Color #ece4fa

%6
%9
%0
%2

Triadic Colors of #ece4fa

#ece4fa #faece4 #e4faec

Analogous Colors of #ece4fa

#ece4fa #f7e4fa #e4e7fa

Monochromatic Colors of #ece4fa

#ece4fa

Complementary Color

#ece4fa #f2fae4

#ece4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece4fa Color CSS Codes

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

#ece4fa Text Font Color

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

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


#ece4fa Background Color

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

This div background color is #ece4fa


#ece4fa Border Color

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

This div border color is #ece4fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,228,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 #ece4fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece4fa


Comments

No comments written yet.

Please login to write comment.