Color Hex Logo

#e8e3fa Color Hex

#E8E3FA
(232,227,250)
0 Favorites   0 Comments

Color spaces of #e8e3fa

RGB 232227250
HSL0.700.700.94
HSV253°98°
CMYK 0.070.090.00   0.02
XYZ78.003178.9961101.5790
Yxy78.99610.30170.3055
Hunter Lab88.87981.1165-5.5456
CIE-Lab91.23255.9151-10.5404

#e8e3fa color RGB value is (232,227,250).

#e8e3fa hex color red value is 232, green value is 227 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e8e3fa hue: 0.70 , saturation: 0.70 and the lightness value of e8e3fa is 0.94.

The process color (four color CMYK) of #e8e3fa color hex is 0.07, 0.09, 0.00, 0.02. Web safe color of #e8e3fa is #ffccff. Color #e8e3fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11100011 11111010
Octal 350 343 372
Decimal 232 227 250
Hex E8 E3 FA

RGB Percentages of Color #e8e3fa

%32.72
%32.02
%35.26

CMYK Percentages of Color #e8e3fa

%7
%9
%0
%2

Triadic Colors of #e8e3fa

#e8e3fa #fae8e3 #e3fae8

Analogous Colors of #e8e3fa

#e8e3fa #f4e3fa #e3eafa

Monochromatic Colors of #e8e3fa

#e8e3fa

Complementary Color

#e8e3fa #f5fae3

#e8e3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8e3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8e3fa Color CSS Codes

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

#e8e3fa Text Font Color

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

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


#e8e3fa Background Color

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

This div background color is #e8e3fa


#e8e3fa Border Color

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

This div border color is #e8e3fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8e3fa


Comments

No comments written yet.

Please login to write comment.