Color Hex Logo

#e0d7fc Color Hex

#E0D7FC
(224,215,252)
0 Favorites   0 Comments

Color spaces of #e0d7fc

RGB 224215252
HSL0.710.860.92
HSV255°15°99°
CMYK 0.110.150.00   0.01
XYZ72.611671.4764102.0648
Yxy71.47640.29500.2904
Hunter Lab84.54375.3558-12.3968
CIE-Lab87.715910.0288-16.9145

#e0d7fc color RGB value is (224,215,252).

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

The process color (four color CMYK) of #e0d7fc color hex is 0.11, 0.15, 0.00, 0.01. Web safe color of #e0d7fc is #ccccff. Color #e0d7fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11010111 11111100
Octal 340 327 374
Decimal 224 215 252
Hex E0 D7 FC

RGB Percentages of Color #e0d7fc

%32.42
%31.11
%36.47

CMYK Percentages of Color #e0d7fc

%11
%15
%0
%1

Triadic Colors of #e0d7fc

#e0d7fc #fce0d7 #d7fce0

Analogous Colors of #e0d7fc

#e0d7fc #f3d7fc #d7e1fc

Monochromatic Colors of #e0d7fc

#e0d7fc

Complementary Color

#e0d7fc #f3fcd7

#e0d7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0d7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0d7fc Color CSS Codes

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

#e0d7fc Text Font Color

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

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


#e0d7fc Background Color

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

This div background color is #e0d7fc


#e0d7fc Border Color

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

This div border color is #e0d7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0d7fc

Related Colors


Comments

No comments written yet.

Please login to write comment.