Color Hex Logo

#ec96de Color Hex

#EC96DE
(236,150,222)
0 Favorites   0 Comments

Color spaces of #ec96de

RGB 236150222
HSL0.860.690.76
HSV310°36°93°
CMYK 0.000.360.06   0.07
XYZ58.683244.919574.6846
Yxy44.91950.32910.2520
Hunter Lab67.022039.0027-19.1532
CIE-Lab72.838942.8309-23.2113

#ec96de color RGB value is (236,150,222).

#ec96de hex color red value is 236, green value is 150 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ec96de hue: 0.86 , saturation: 0.69 and the lightness value of ec96de is 0.76.

The process color (four color CMYK) of #ec96de color hex is 0.00, 0.36, 0.06, 0.07. Web safe color of #ec96de is #ff99cc. Color #ec96de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010110 11011110
Octal 354 226 336
Decimal 236 150 222
Hex EC 96 DE

RGB Percentages of Color #ec96de

%38.82
%24.67
%36.51

CMYK Percentages of Color #ec96de

%0
%36
%6
%7

Triadic Colors of #ec96de

#ec96de #deec96 #96deec

Analogous Colors of #ec96de

#ec96de #ec96b3 #cf96ec

Monochromatic Colors of #ec96de

#ec96de

Complementary Color

#ec96de #96eca4

#ec96de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec96de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec96de Color CSS Codes

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

#ec96de Text Font Color

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

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


#ec96de Background Color

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

This div background color is #ec96de


#ec96de Border Color

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

This div border color is #ec96de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,150,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec96de


Comments

No comments written yet.

Please login to write comment.