Color Hex Logo

#e5c4fe Color Hex

#E5C4FE
(229,196,254)
0 Favorites   0 Comments

Color spaces of #e5c4fe

RGB 229196254
HSL0.760.970.88
HSV274°23°100°
CMYK 0.100.230.00   0.00
XYZ69.942463.2936102.2965
Yxy63.29360.29700.2687
Hunter Lab79.557317.7022-20.5463
CIE-Lab83.596622.1138-24.1648

#e5c4fe color RGB value is (229,196,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11000100 11111110
Octal 345 304 376
Decimal 229 196 254
Hex E5 C4 FE

RGB Percentages of Color #e5c4fe

%33.73
%28.87
%37.41

CMYK Percentages of Color #e5c4fe

%10
%23
%0
%0

Triadic Colors of #e5c4fe

#e5c4fe #fee5c4 #c4fee5

Analogous Colors of #e5c4fe

#e5c4fe #fec4fa #c8c4fe

Monochromatic Colors of #e5c4fe

#e5c4fe

Complementary Color

#e5c4fe #ddfec4

#e5c4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5c4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5c4fe Color CSS Codes

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

#e5c4fe Text Font Color

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

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


#e5c4fe Background Color

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

This div background color is #e5c4fe


#e5c4fe Border Color

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

This div border color is #e5c4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5c4fe


Comments

No comments written yet.

Please login to write comment.