Color Hex Logo

#e4ddfd Color Hex

#E4DDFD
(228,221,253)
0 Favorites   0 Comments

Color spaces of #e4ddfd

RGB 228221253
HSL0.700.890.93
HSV253°13°99°
CMYK 0.100.130.00   0.01
XYZ75.581075.2987103.4791
Yxy75.29870.29710.2960
Hunter Lab86.77483.6178-9.9610
CIE-Lab89.53278.3455-14.6820

#e4ddfd color RGB value is (228,221,253).

#e4ddfd hex color red value is 228, green value is 221 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e4ddfd hue: 0.70 , saturation: 0.89 and the lightness value of e4ddfd is 0.93.

The process color (four color CMYK) of #e4ddfd color hex is 0.10, 0.13, 0.00, 0.01. Web safe color of #e4ddfd is #ccccff. Color #e4ddfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011101 11111101
Octal 344 335 375
Decimal 228 221 253
Hex E4 DD FD

RGB Percentages of Color #e4ddfd

%32.48
%31.48
%36.04

CMYK Percentages of Color #e4ddfd

%10
%13
%0
%1

Triadic Colors of #e4ddfd

#e4ddfd #fde4dd #ddfde4

Analogous Colors of #e4ddfd

#e4ddfd #f4ddfd #dde6fd

Monochromatic Colors of #e4ddfd

#e4ddfd

Complementary Color

#e4ddfd #f6fddd

#e4ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4ddfd Color CSS Codes

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

#e4ddfd Text Font Color

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

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


#e4ddfd Background Color

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

This div background color is #e4ddfd


#e4ddfd Border Color

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

This div border color is #e4ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4ddfd


Comments

No comments written yet.

Please login to write comment.