Color Hex Logo

#ec96dd Color Hex

#EC96DD
(236,150,221)
0 Favorites   0 Comments

Color spaces of #ec96dd

RGB 236150221
HSL0.860.690.76
HSV310°36°93°
CMYK 0.000.360.06   0.07
XYZ58.549644.866073.9807
Yxy44.86600.33000.2529
Hunter Lab66.982138.8097-18.5974
CIE-Lab72.803642.6596-22.7163

#ec96dd color RGB value is (236,150,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010110 11011101
Octal 354 226 335
Decimal 236 150 221
Hex EC 96 DD

RGB Percentages of Color #ec96dd

%38.88
%24.71
%36.41

CMYK Percentages of Color #ec96dd

%0
%36
%6
%7

Triadic Colors of #ec96dd

#ec96dd #ddec96 #96ddec

Analogous Colors of #ec96dd

#ec96dd #ec96b2 #d096ec

Monochromatic Colors of #ec96dd

#ec96dd

Complementary Color

#ec96dd #96eca5

#ec96dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec96dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec96dd Color CSS Codes

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

#ec96dd Text Font Color

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

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


#ec96dd Background Color

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

This div background color is #ec96dd


#ec96dd Border Color

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

This div border color is #ec96dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec96dd


Comments

No comments written yet.

Please login to write comment.