Color Hex Logo

#e3dffa Color Hex

#E3DFFA
(227,223,250)
0 Favorites   0 Comments

Color spaces of #e3dffa

RGB 227223250
HSL0.690.730.93
HSV249°11°98°
CMYK 0.090.110.00   0.02
XYZ75.321576.0084101.1437
Yxy76.00840.29830.3011
Hunter Lab87.18281.6450-7.7564
CIE-Lab89.86326.3901-12.6216

#e3dffa color RGB value is (227,223,250).

#e3dffa hex color red value is 227, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e3dffa hue: 0.69 , saturation: 0.73 and the lightness value of e3dffa is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11011111 11111010
Octal 343 337 372
Decimal 227 223 250
Hex E3 DF FA

RGB Percentages of Color #e3dffa

%32.43
%31.86
%35.71

CMYK Percentages of Color #e3dffa

%9
%11
%0
%2

Triadic Colors of #e3dffa

#e3dffa #fae3df #dffae3

Analogous Colors of #e3dffa

#e3dffa #f1dffa #dfe9fa

Monochromatic Colors of #e3dffa

#e3dffa

Complementary Color

#e3dffa #f6fadf

#e3dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3dffa Color CSS Codes

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

#e3dffa Text Font Color

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

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


#e3dffa Background Color

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

This div background color is #e3dffa


#e3dffa Border Color

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

This div border color is #e3dffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,223,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3dffa


Comments

No comments written yet.

Please login to write comment.