Color Hex Logo

#e7ceff Color Hex

#E7CEFF
(231,206,255)
0 Favorites   0 Comments

Color spaces of #e7ceff

RGB 231206255
HSL0.751.000.90
HSV271°19°100°
CMYK 0.090.190.00   0.00
XYZ73.076368.3515103.9494
Yxy68.35150.29780.2786
Hunter Lab82.675013.0947-16.6744
CIE-Lab86.181917.6141-20.7568

#e7ceff color RGB value is (231,206,255).

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

The process color (four color CMYK) of #e7ceff color hex is 0.09, 0.19, 0.00, 0.00. Web safe color of #e7ceff is #ffccff. Color #e7ceff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001110 11111111
Octal 347 316 377
Decimal 231 206 255
Hex E7 CE FF

RGB Percentages of Color #e7ceff

%33.38
%29.77
%36.85

CMYK Percentages of Color #e7ceff

%9
%19
%0
%0

Triadic Colors of #e7ceff

#e7ceff #ffe7ce #ceffe7

Analogous Colors of #e7ceff

#e7ceff #ffceff #cfceff

Monochromatic Colors of #e7ceff

#e7ceff

Complementary Color

#e7ceff #e6ffce

#e7ceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7ceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7ceff Color CSS Codes

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

#e7ceff Text Font Color

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

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


#e7ceff Background Color

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

This div background color is #e7ceff


#e7ceff Border Color

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

This div border color is #e7ceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7ceff

Related Colors

#e7ceff Color Palettes


Comments

No comments written yet.

Please login to write comment.