Color Hex Logo

#e3dcfb Color Hex

#E3DCFB
(227,220,251)
0 Favorites   0 Comments

Color spaces of #e3dcfb

RGB 227220251
HSL0.700.790.92
HSV254°12°98°
CMYK 0.100.120.00   0.02
XYZ74.684374.4823101.7070
Yxy74.48230.29770.2969
Hunter Lab86.30313.4384-9.4602
CIE-Lab89.14998.1562-14.2131

#e3dcfb color RGB value is (227,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11011100 11111011
Octal 343 334 373
Decimal 227 220 251
Hex E3 DC FB

RGB Percentages of Color #e3dcfb

%32.52
%31.52
%35.96

CMYK Percentages of Color #e3dcfb

%10
%12
%0
%2

Triadic Colors of #e3dcfb

#e3dcfb #fbe3dc #dcfbe3

Analogous Colors of #e3dcfb

#e3dcfb #f3dcfb #dce5fb

Monochromatic Colors of #e3dcfb

#e3dcfb

Complementary Color

#e3dcfb #f4fbdc

#e3dcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3dcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3dcfb Color CSS Codes

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

#e3dcfb Text Font Color

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

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


#e3dcfb Background Color

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

This div background color is #e3dcfb


#e3dcfb Border Color

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

This div border color is #e3dcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3dcfb


Comments

No comments written yet.

Please login to write comment.