Color Hex Logo

#e5c4fc Color Hex

#E5C4FC
(229,196,252)
0 Favorites   0 Comments

Color spaces of #e5c4fc

RGB 229196252
HSL0.760.900.88
HSV275°22°99°
CMYK 0.090.220.00   0.01
XYZ69.623763.1661100.6182
Yxy63.16610.29830.2706
Hunter Lab79.477117.2850-19.4273
CIE-Lab83.529721.7155-23.2030

#e5c4fc color RGB value is (229,196,252).

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

The process color (four color CMYK) of #e5c4fc color hex is 0.09, 0.22, 0.00, 0.01. Web safe color of #e5c4fc is #ccccff. Color #e5c4fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11000100 11111100
Octal 345 304 374
Decimal 229 196 252
Hex E5 C4 FC

RGB Percentages of Color #e5c4fc

%33.83
%28.95
%37.22

CMYK Percentages of Color #e5c4fc

%9
%22
%0
%1

Triadic Colors of #e5c4fc

#e5c4fc #fce5c4 #c4fce5

Analogous Colors of #e5c4fc

#e5c4fc #fcc4f7 #c9c4fc

Monochromatic Colors of #e5c4fc

#e5c4fc

Complementary Color

#e5c4fc #dbfcc4

#e5c4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5c4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5c4fc Color CSS Codes

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

#e5c4fc Text Font Color

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

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


#e5c4fc Background Color

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

This div background color is #e5c4fc


#e5c4fc Border Color

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

This div border color is #e5c4fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,196,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5c4fc

#e5c4fc Color Palettes


Comments

No comments written yet.

Please login to write comment.