Color Hex Logo

#e2dcfb Color Hex

#E2DCFB
(226,220,251)
0 Favorites   0 Comments

Color spaces of #e2dcfb

RGB 226220251
HSL0.700.790.92
HSV252°12°98°
CMYK 0.100.120.00   0.02
XYZ74.369874.3202101.6923
Yxy74.32020.29700.2968
Hunter Lab86.20923.1200-9.5920
CIE-Lab89.07367.8367-14.3353

#e2dcfb color RGB value is (226,220,251).

#e2dcfb hex color red value is 226, green value is 220 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e2dcfb hue: 0.70 , saturation: 0.79 and the lightness value of e2dcfb is 0.92.

The process color (four color CMYK) of #e2dcfb color hex is 0.10, 0.12, 0.00, 0.02. Web safe color of #e2dcfb is #ccccff. Color #e2dcfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011100 11111011
Octal 342 334 373
Decimal 226 220 251
Hex E2 DC FB

RGB Percentages of Color #e2dcfb

%32.42
%31.56
%36.01

CMYK Percentages of Color #e2dcfb

%10
%12
%0
%2

Triadic Colors of #e2dcfb

#e2dcfb #fbe2dc #dcfbe2

Analogous Colors of #e2dcfb

#e2dcfb #f2dcfb #dce6fb

Monochromatic Colors of #e2dcfb

#e2dcfb

Complementary Color

#e2dcfb #f5fbdc

#e2dcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dcfb Color CSS Codes

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

#e2dcfb Text Font Color

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

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


#e2dcfb Background Color

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

This div background color is #e2dcfb


#e2dcfb Border Color

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

This div border color is #e2dcfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,220,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2dcfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2dcfb;
  -webkit-box-shadow: 1px 1px 3px 2px #e2dcfb;
  box-shadow:         1px 1px 3px 2px #e2dcfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,220,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dcfb


Comments

No comments written yet.

Please login to write comment.