Color Hex Logo

#e7defe Color Hex

#E7DEFE
(231,222,254)
0 Favorites   0 Comments

Color spaces of #e7defe

RGB 231222254
HSL0.710.940.93
HSV257°13°100°
CMYK 0.090.130.00   0.00
XYZ76.965776.3872104.4536
Yxy76.38720.29850.2963
Hunter Lab87.39984.2405-9.6791
CIE-Lab90.03888.9759-14.4248

#e7defe color RGB value is (231,222,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011110 11111110
Octal 347 336 376
Decimal 231 222 254
Hex E7 DE FE

RGB Percentages of Color #e7defe

%32.67
%31.40
%35.93

CMYK Percentages of Color #e7defe

%9
%13
%0
%0

Triadic Colors of #e7defe

#e7defe #fee7de #defee7

Analogous Colors of #e7defe

#e7defe #f7defe #dee5fe

Monochromatic Colors of #e7defe

#e7defe

Complementary Color

#e7defe #f5fede

#e7defe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7defe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7defe Color CSS Codes

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

#e7defe Text Font Color

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

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


#e7defe Background Color

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

This div background color is #e7defe


#e7defe Border Color

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

This div border color is #e7defe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7defe

Related Colors


Comments

No comments written yet.

Please login to write comment.