Color Hex Logo

#e2ceff Color Hex

#E2CEFF
(226,206,255)
0 Favorites   0 Comments

Color spaces of #e2ceff

RGB 226206255
HSL0.731.000.90
HSV264°19°100°
CMYK 0.110.190.00   0.00
XYZ71.485367.5314103.8749
Yxy67.53140.29430.2780
Hunter Lab82.177511.4646-17.4202
CIE-Lab85.771616.0340-21.4171

#e2ceff color RGB value is (226,206,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001110 11111111
Octal 342 316 377
Decimal 226 206 255
Hex E2 CE FF

RGB Percentages of Color #e2ceff

%32.90
%29.99
%37.12

CMYK Percentages of Color #e2ceff

%11
%19
%0
%0

Triadic Colors of #e2ceff

#e2ceff #ffe2ce #ceffe2

Analogous Colors of #e2ceff

#e2ceff #fbceff #ced3ff

Monochromatic Colors of #e2ceff

#e2ceff

Complementary Color

#e2ceff #ebffce

#e2ceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ceff Color CSS Codes

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

#e2ceff Text Font Color

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

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


#e2ceff Background Color

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

This div background color is #e2ceff


#e2ceff Border Color

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

This div border color is #e2ceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ceff


Comments

No comments written yet.

Please login to write comment.