Color Hex Logo

#e4d6fd Color Hex

#E4D6FD
(228,214,253)
0 Favorites   0 Comments

Color spaces of #e4d6fd

RGB 228214253
HSL0.730.910.92
HSV262°15°99°
CMYK 0.100.150.00   0.01
XYZ73.771171.6790102.8758
Yxy71.67900.29710.2886
Hunter Lab84.66357.3741-12.7797
CIE-Lab87.813912.0270-17.2627

#e4d6fd color RGB value is (228,214,253).

#e4d6fd hex color red value is 228, green value is 214 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e4d6fd hue: 0.73 , saturation: 0.91 and the lightness value of e4d6fd is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11010110 11111101
Octal 344 326 375
Decimal 228 214 253
Hex E4 D6 FD

RGB Percentages of Color #e4d6fd

%32.81
%30.79
%36.40

CMYK Percentages of Color #e4d6fd

%10
%15
%0
%1

Triadic Colors of #e4d6fd

#e4d6fd #fde4d6 #d6fde4

Analogous Colors of #e4d6fd

#e4d6fd #f8d6fd #d6dcfd

Monochromatic Colors of #e4d6fd

#e4d6fd

Complementary Color

#e4d6fd #effdd6

#e4d6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4d6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4d6fd Color CSS Codes

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

#e4d6fd Text Font Color

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

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


#e4d6fd Background Color

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

This div background color is #e4d6fd


#e4d6fd Border Color

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

This div border color is #e4d6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4d6fd

Related Colors


Comments

No comments written yet.

Please login to write comment.