Color Hex Logo

#ec96cd Color Hex

#EC96CD
(236,150,205)
0 Favorites   0 Comments

Color spaces of #ec96cd

RGB 236150205
HSL0.890.690.76
HSV322°36°93°
CMYK 0.000.360.13   0.07
XYZ56.517944.053363.2819
Yxy44.05330.34490.2689
Hunter Lab66.372735.8448-10.0682
CIE-Lab72.264140.0060-14.7257

#ec96cd color RGB value is (236,150,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010110 11001101
Octal 354 226 315
Decimal 236 150 205
Hex EC 96 CD

RGB Percentages of Color #ec96cd

%39.93
%25.38
%34.69

CMYK Percentages of Color #ec96cd

%0
%36
%13
%7

Triadic Colors of #ec96cd

#ec96cd #cdec96 #96cdec

Analogous Colors of #ec96cd

#ec96cd #ec96a2 #e096ec

Monochromatic Colors of #ec96cd

#ec96cd

Complementary Color

#ec96cd #96ecb5

#ec96cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec96cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec96cd Color CSS Codes

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

#ec96cd Text Font Color

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

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


#ec96cd Background Color

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

This div background color is #ec96cd


#ec96cd Border Color

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

This div border color is #ec96cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec96cd


Comments

No comments written yet.

Please login to write comment.