Color Hex Logo

#e4dbff Color Hex

#E4DBFF
(228,219,255)
0 Favorites   0 Comments

Color spaces of #e4dbff

RGB 228219255
HSL0.711.000.93
HSV255°14°100°
CMYK 0.110.140.00   0.00
XYZ75.376474.3770104.9912
Yxy74.37700.29590.2920
Hunter Lab86.24215.0870-11.8102
CIE-Lab89.10049.7908-16.3806

#e4dbff color RGB value is (228,219,255).

#e4dbff hex color red value is 228, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e4dbff hue: 0.71 , saturation: 1.00 and the lightness value of e4dbff is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011011 11111111
Octal 344 333 377
Decimal 228 219 255
Hex E4 DB FF

RGB Percentages of Color #e4dbff

%32.48
%31.20
%36.32

CMYK Percentages of Color #e4dbff

%11
%14
%0
%0

Triadic Colors of #e4dbff

#e4dbff #ffe4db #dbffe4

Analogous Colors of #e4dbff

#e4dbff #f6dbff #dbe4ff

Monochromatic Colors of #e4dbff

#e4dbff

Complementary Color

#e4dbff #f6ffdb

#e4dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4dbff Color CSS Codes

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

#e4dbff Text Font Color

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

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


#e4dbff Background Color

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

This div background color is #e4dbff


#e4dbff Border Color

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

This div border color is #e4dbff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,219,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4dbff

#e4dbff Color Palettes


Comments

No comments written yet.

Please login to write comment.