Color Hex Logo

#e1cdff Color Hex

#E1CDFF
(225,205,255)
0 Favorites   0 Comments

Color spaces of #e1cdff

RGB 225205255
HSL0.731.000.90
HSV264°20°100°
CMYK 0.120.200.00   0.00
XYZ70.932766.8902103.7803
Yxy66.89020.29360.2769
Hunter Lab81.786411.6853-17.9837
CIE-Lab85.448516.2521-21.9145

#e1cdff color RGB value is (225,205,255).

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

The process color (four color CMYK) of #e1cdff color hex is 0.12, 0.20, 0.00, 0.00. Web safe color of #e1cdff is #ccccff. Color #e1cdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001101 11111111
Octal 341 315 377
Decimal 225 205 255
Hex E1 CD FF

RGB Percentages of Color #e1cdff

%32.85
%29.93
%37.23

CMYK Percentages of Color #e1cdff

%12
%20
%0
%0

Triadic Colors of #e1cdff

#e1cdff #ffe1cd #cdffe1

Analogous Colors of #e1cdff

#e1cdff #facdff #cdd2ff

Monochromatic Colors of #e1cdff

#e1cdff

Complementary Color

#e1cdff #ebffcd

#e1cdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cdff Color CSS Codes

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

#e1cdff Text Font Color

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

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


#e1cdff Background Color

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

This div background color is #e1cdff


#e1cdff Border Color

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

This div border color is #e1cdff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,205,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cdff


Comments

No comments written yet.

Please login to write comment.