Color Hex Logo

#e1cdfc Color Hex

#E1CDFC
(225,205,252)
0 Favorites   0 Comments

Color spaces of #e1cdfc

RGB 225205252
HSL0.740.890.90
HSV266°19°99°
CMYK 0.110.190.00   0.01
XYZ70.453366.6985101.2563
Yxy66.69850.29550.2798
Hunter Lab81.669111.0651-16.3414
CIE-Lab85.351515.6462-20.4730

#e1cdfc color RGB value is (225,205,252).

#e1cdfc hex color red value is 225, green value is 205 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e1cdfc hue: 0.74 , saturation: 0.89 and the lightness value of e1cdfc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001101 11111100
Octal 341 315 374
Decimal 225 205 252
Hex E1 CD FC

RGB Percentages of Color #e1cdfc

%32.99
%30.06
%36.95

CMYK Percentages of Color #e1cdfc

%11
%19
%0
%1

Triadic Colors of #e1cdfc

#e1cdfc #fce1cd #cdfce1

Analogous Colors of #e1cdfc

#e1cdfc #f9cdfc #cdd1fc

Monochromatic Colors of #e1cdfc

#e1cdfc

Complementary Color

#e1cdfc #e8fccd

#e1cdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cdfc Color CSS Codes

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

#e1cdfc Text Font Color

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

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


#e1cdfc Background Color

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

This div background color is #e1cdfc


#e1cdfc Border Color

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

This div border color is #e1cdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cdfc


Comments

No comments written yet.

Please login to write comment.