Color Hex Logo

#ec9ccc Color Hex

#EC9CCC
(236,156,204)
2 Favorites   0 Comments

Color spaces of #ec9ccc

RGB 236156204
HSL0.900.680.77
HSV324°34°93°
CMYK 0.000.340.14   0.07
XYZ57.379645.969462.9755
Yxy45.96940.34500.2764
Hunter Lab67.800732.4128-7.6099
CIE-Lab73.525736.6942-12.2808

#ec9ccc color RGB value is (236,156,204).

#ec9ccc hex color red value is 236, green value is 156 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ec9ccc hue: 0.90 , saturation: 0.68 and the lightness value of ec9ccc is 0.77.

The process color (four color CMYK) of #ec9ccc color hex is 0.00, 0.34, 0.14, 0.07. Web safe color of #ec9ccc is #ff99cc. Color #ec9ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011100 11001100
Octal 354 234 314
Decimal 236 156 204
Hex EC 9C CC

RGB Percentages of Color #ec9ccc

%39.60
%26.17
%34.23

CMYK Percentages of Color #ec9ccc

%0
%34
%14
%7

Triadic Colors of #ec9ccc

#ec9ccc #ccec9c #9cccec

Analogous Colors of #ec9ccc

#ec9ccc #ec9ca4 #e49cec

Monochromatic Colors of #ec9ccc

#ec9ccc

Complementary Color

#ec9ccc #9cecbc

#ec9ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9ccc Color CSS Codes

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

#ec9ccc Text Font Color

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

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


#ec9ccc Background Color

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

This div background color is #ec9ccc


#ec9ccc Border Color

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

This div border color is #ec9ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9ccc

#ec9ccc Color Palettes


Comments

No comments written yet.

Please login to write comment.