Color Hex Logo

#ece6ff Color Hex

#ECE6FF
(236,230,255)
0 Favorites   0 Comments

Color spaces of #ece6ff

RGB 236230255
HSL0.711.000.95
HSV254°10°100°
CMYK 0.070.100.00   0.00
XYZ80.938981.6465106.1012
Yxy81.64650.30120.3039
Hunter Lab90.35851.7647-6.3689
CIE-Lab92.41866.6034-11.3534

#ece6ff color RGB value is (236,230,255).

#ece6ff hex color red value is 236, green value is 230 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ece6ff hue: 0.71 , saturation: 1.00 and the lightness value of ece6ff is 0.95.

The process color (four color CMYK) of #ece6ff color hex is 0.07, 0.10, 0.00, 0.00. Web safe color of #ece6ff is #ffffff. Color #ece6ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100110 11111111
Octal 354 346 377
Decimal 236 230 255
Hex EC E6 FF

RGB Percentages of Color #ece6ff

%32.73
%31.90
%35.37

CMYK Percentages of Color #ece6ff

%7
%10
%0
%0

Triadic Colors of #ece6ff

#ece6ff #ffece6 #e6ffec

Analogous Colors of #ece6ff

#ece6ff #f9e6ff #e6edff

Monochromatic Colors of #ece6ff

#ece6ff

Complementary Color

#ece6ff #f9ffe6

#ece6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece6ff Color CSS Codes

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

#ece6ff Text Font Color

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

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


#ece6ff Background Color

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

This div background color is #ece6ff


#ece6ff Border Color

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

This div border color is #ece6ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece6ff


Comments

No comments written yet.

Please login to write comment.