Color Hex Logo

#e7dcfe Color Hex

#E7DCFE
(231,220,254)
0 Favorites   0 Comments

Color spaces of #e7dcfe

RGB 231220254
HSL0.720.940.93
HSV259°13°100°
CMYK 0.090.130.00   0.00
XYZ76.437675.3311104.2776
Yxy75.33110.29850.2942
Hunter Lab86.79355.3134-10.4782
CIE-Lab89.547910.0237-15.1604

#e7dcfe color RGB value is (231,220,254).

#e7dcfe hex color red value is 231, green value is 220 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e7dcfe hue: 0.72 , saturation: 0.94 and the lightness value of e7dcfe is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011100 11111110
Octal 347 334 376
Decimal 231 220 254
Hex E7 DC FE

RGB Percentages of Color #e7dcfe

%32.77
%31.21
%36.03

CMYK Percentages of Color #e7dcfe

%9
%13
%0
%0

Triadic Colors of #e7dcfe

#e7dcfe #fee7dc #dcfee7

Analogous Colors of #e7dcfe

#e7dcfe #f8dcfe #dce2fe

Monochromatic Colors of #e7dcfe

#e7dcfe

Complementary Color

#e7dcfe #f3fedc

#e7dcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7dcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7dcfe Color CSS Codes

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

#e7dcfe Text Font Color

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

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


#e7dcfe Background Color

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

This div background color is #e7dcfe


#e7dcfe Border Color

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

This div border color is #e7dcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7dcfe


Comments

No comments written yet.

Please login to write comment.