Color Hex Logo

#ecd8ff Color Hex

#ECD8FF
(236,216,255)
1 Favorites   0 Comments

Color spaces of #ecd8ff

RGB 236216255
HSL0.751.000.92
HSV271°15°100°
CMYK 0.070.150.00   0.00
XYZ77.197974.1646104.8542
Yxy74.16460.30130.2895
Hunter Lab86.11899.3013-11.9054
CIE-Lab89.000213.9208-16.4673

#ecd8ff color RGB value is (236,216,255).

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

The process color (four color CMYK) of #ecd8ff color hex is 0.07, 0.15, 0.00, 0.00. Web safe color of #ecd8ff is #ffccff. Color #ecd8ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011000 11111111
Octal 354 330 377
Decimal 236 216 255
Hex EC D8 FF

RGB Percentages of Color #ecd8ff

%33.38
%30.55
%36.07

CMYK Percentages of Color #ecd8ff

%7
%15
%0
%0

Triadic Colors of #ecd8ff

#ecd8ff #ffecd8 #d8ffec

Analogous Colors of #ecd8ff

#ecd8ff #ffd8ff #d9d8ff

Monochromatic Colors of #ecd8ff

#ecd8ff

Complementary Color

#ecd8ff #ebffd8

#ecd8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd8ff Color CSS Codes

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

#ecd8ff Text Font Color

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

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


#ecd8ff Background Color

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

This div background color is #ecd8ff


#ecd8ff Border Color

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

This div border color is #ecd8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd8ff

Related Colors


Comments

No comments written yet.

Please login to write comment.