Color Hex Logo

#e3cefa Color Hex

#E3CEFA
(227,206,250)
0 Favorites   0 Comments

Color spaces of #e3cefa

RGB 227206250
HSL0.750.810.89
HSV269°18°98°
CMYK 0.090.180.00   0.02
XYZ71.005267.375699.7049
Yxy67.37560.29820.2830
Hunter Lab82.082610.7660-14.5611
CIE-Lab85.693315.3514-18.8815

#e3cefa color RGB value is (227,206,250).

#e3cefa hex color red value is 227, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e3cefa hue: 0.75 , saturation: 0.81 and the lightness value of e3cefa is 0.89.

The process color (four color CMYK) of #e3cefa color hex is 0.09, 0.18, 0.00, 0.02. Web safe color of #e3cefa is #ccccff. Color #e3cefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11001110 11111010
Octal 343 316 372
Decimal 227 206 250
Hex E3 CE FA

RGB Percentages of Color #e3cefa

%33.24
%30.16
%36.60

CMYK Percentages of Color #e3cefa

%9
%18
%0
%2

Triadic Colors of #e3cefa

#e3cefa #fae3ce #cefae3

Analogous Colors of #e3cefa

#e3cefa #f9cefa #cecffa

Monochromatic Colors of #e3cefa

#e3cefa

Complementary Color

#e3cefa #e5face

#e3cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3cefa Color CSS Codes

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

#e3cefa Text Font Color

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

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


#e3cefa Background Color

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

This div background color is #e3cefa


#e3cefa Border Color

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

This div border color is #e3cefa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,206,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3cefa

Related Colors


Comments

No comments written yet.

Please login to write comment.