Color Hex Logo

#e3c2fe Color Hex

#E3C2FE
(227,194,254)
0 Favorites   0 Comments

Color spaces of #e3c2fe

RGB 227194254
HSL0.760.970.88
HSV273°24°100°
CMYK 0.110.240.00   0.00
XYZ68.859762.0702102.1174
Yxy62.07020.29550.2663
Hunter Lab78.784618.1402-21.7000
CIE-Lab82.950722.5563-25.1640

#e3c2fe color RGB value is (227,194,254).

#e3c2fe hex color red value is 227, green value is 194 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e3c2fe hue: 0.76 , saturation: 0.97 and the lightness value of e3c2fe is 0.88.

The process color (four color CMYK) of #e3c2fe color hex is 0.11, 0.24, 0.00, 0.00. Web safe color of #e3c2fe is #ccccff. Color #e3c2fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11000010 11111110
Octal 343 302 376
Decimal 227 194 254
Hex E3 C2 FE

RGB Percentages of Color #e3c2fe

%33.63
%28.74
%37.63

CMYK Percentages of Color #e3c2fe

%11
%24
%0
%0

Triadic Colors of #e3c2fe

#e3c2fe #fee3c2 #c2fee3

Analogous Colors of #e3c2fe

#e3c2fe #fec2fb #c5c2fe

Monochromatic Colors of #e3c2fe

#e3c2fe

Complementary Color

#e3c2fe #ddfec2

#e3c2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3c2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3c2fe Color CSS Codes

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

#e3c2fe Text Font Color

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

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


#e3c2fe Background Color

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

This div background color is #e3c2fe


#e3c2fe Border Color

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

This div border color is #e3c2fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,194,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3c2fe


Comments

No comments written yet.

Please login to write comment.