Color Hex Logo

#e2dbfa Color Hex

#E2DBFA
(226,219,250)
0 Favorites   0 Comments

Color spaces of #e2dbfa

RGB 226219250
HSL0.700.760.92
HSV254°12°98°
CMYK 0.100.120.00   0.02
XYZ73.950973.7339100.7769
Yxy73.73390.29760.2968
Hunter Lab85.86843.4565-9.4760
CIE-Lab88.79668.1641-14.2245

#e2dbfa color RGB value is (226,219,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011011 11111010
Octal 342 333 372
Decimal 226 219 250
Hex E2 DB FA

RGB Percentages of Color #e2dbfa

%32.52
%31.51
%35.97

CMYK Percentages of Color #e2dbfa

%10
%12
%0
%2

Triadic Colors of #e2dbfa

#e2dbfa #fae2db #dbfae2

Analogous Colors of #e2dbfa

#e2dbfa #f2dbfa #dbe4fa

Monochromatic Colors of #e2dbfa

#e2dbfa

Complementary Color

#e2dbfa #f3fadb

#e2dbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dbfa Color CSS Codes

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

#e2dbfa Text Font Color

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

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


#e2dbfa Background Color

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

This div background color is #e2dbfa


#e2dbfa Border Color

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

This div border color is #e2dbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dbfa


Comments

No comments written yet.

Please login to write comment.