Color Hex Logo

#e7dbfa Color Hex

#E7DBFA
(231,219,250)
0 Favorites   0 Comments

Color spaces of #e7dbfa

RGB 231219250
HSL0.730.760.92
HSV263°12°98°
CMYK 0.080.120.00   0.02
XYZ75.541874.5541100.8514
Yxy74.55410.30100.2971
Hunter Lab86.34475.0639-8.8099
CIE-Lab89.18379.7698-13.6051

#e7dbfa color RGB value is (231,219,250).

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

The process color (four color CMYK) of #e7dbfa color hex is 0.08, 0.12, 0.00, 0.02. Web safe color of #e7dbfa is #ffccff. Color #e7dbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011011 11111010
Octal 347 333 372
Decimal 231 219 250
Hex E7 DB FA

RGB Percentages of Color #e7dbfa

%33.00
%31.29
%35.71

CMYK Percentages of Color #e7dbfa

%8
%12
%0
%2

Triadic Colors of #e7dbfa

#e7dbfa #fae7db #dbfae7

Analogous Colors of #e7dbfa

#e7dbfa #f7dbfa #dbdffa

Monochromatic Colors of #e7dbfa

#e7dbfa

Complementary Color

#e7dbfa #eefadb

#e7dbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7dbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7dbfa Color CSS Codes

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

#e7dbfa Text Font Color

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

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


#e7dbfa Background Color

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

This div background color is #e7dbfa


#e7dbfa Border Color

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

This div border color is #e7dbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7dbfa


Comments

No comments written yet.

Please login to write comment.