Color Hex Logo

#e3dbfd Color Hex

#E3DBFD
(227,219,253)
0 Favorites   0 Comments

Color spaces of #e3dbfd

RGB 227219253
HSL0.710.890.93
HSV254°13°99°
CMYK 0.100.130.00   0.01
XYZ74.739774.0858103.2893
Yxy74.08580.29650.2939
Hunter Lab86.07314.3686-10.8979
CIE-Lab88.96309.0760-15.5440

#e3dbfd color RGB value is (227,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11011011 11111101
Octal 343 333 375
Decimal 227 219 253
Hex E3 DB FD

RGB Percentages of Color #e3dbfd

%32.47
%31.33
%36.19

CMYK Percentages of Color #e3dbfd

%10
%13
%0
%1

Triadic Colors of #e3dbfd

#e3dbfd #fde3db #dbfde3

Analogous Colors of #e3dbfd

#e3dbfd #f4dbfd #dbe4fd

Monochromatic Colors of #e3dbfd

#e3dbfd

Complementary Color

#e3dbfd #f5fddb

#e3dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3dbfd Color CSS Codes

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

#e3dbfd Text Font Color

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

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


#e3dbfd Background Color

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

This div background color is #e3dbfd


#e3dbfd Border Color

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

This div border color is #e3dbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3dbfd


Comments

No comments written yet.

Please login to write comment.