Color Hex Logo

#ec0cce Color Hex

#EC0CCE
(236,12,206)
0 Favorites   0 Comments

Color spaces of #ec0cce

RGB 23612206
HSL0.860.900.49
HSV308°95°93°
CMYK 0.000.950.13   0.07
XYZ45.864122.552060.3282
Yxy22.55200.35620.1752
Hunter Lab47.488989.2869-42.0776
CIE-Lab54.607987.8322-42.5292

#ec0cce color RGB value is (236,12,206).

#ec0cce hex color red value is 236, green value is 12 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ec0cce hue: 0.86 , saturation: 0.90 and the lightness value of ec0cce is 0.49.

The process color (four color CMYK) of #ec0cce color hex is 0.00, 0.95, 0.13, 0.07. Web safe color of #ec0cce is #ff00cc. Color #ec0cce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001100 11001110
Octal 354 14 316
Decimal 236 12 206
Hex EC C CE

RGB Percentages of Color #ec0cce

%51.98
%2.64
%45.37

CMYK Percentages of Color #ec0cce

%0
%95
%13
%7

Triadic Colors of #ec0cce

#ec0cce #ceec0c #0cceec

Analogous Colors of #ec0cce

#ec0cce #ec0c5e #9a0cec

Monochromatic Colors of #ec0cce

#ec0cce

Complementary Color

#ec0cce #0cec2a

#ec0cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec0cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec0cce Color CSS Codes

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

#ec0cce Text Font Color

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

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


#ec0cce Background Color

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

This div background color is #ec0cce


#ec0cce Border Color

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

This div border color is #ec0cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec0cce


Comments

No comments written yet.

Please login to write comment.