Color Hex Logo

#ec0ccc Color Hex

#EC0CCC
(236,12,204)
0 Favorites   0 Comments

Color spaces of #ec0ccc

RGB 23612204
HSL0.860.900.49
HSV309°95°93°
CMYK 0.000.950.14   0.07
XYZ45.622622.455459.0565
Yxy22.45540.35890.1766
Hunter Lab47.387188.9258-40.7195
CIE-Lab54.506987.5778-41.5409

#ec0ccc color RGB value is (236,12,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001100 11001100
Octal 354 14 314
Decimal 236 12 204
Hex EC C CC

RGB Percentages of Color #ec0ccc

%52.21
%2.65
%45.13

CMYK Percentages of Color #ec0ccc

%0
%95
%14
%7

Triadic Colors of #ec0ccc

#ec0ccc #ccec0c #0cccec

Analogous Colors of #ec0ccc

#ec0ccc #ec0c5c #9c0cec

Monochromatic Colors of #ec0ccc

#ec0ccc

Complementary Color

#ec0ccc #0cec2c

#ec0ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec0ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec0ccc Color CSS Codes

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

#ec0ccc Text Font Color

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

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


#ec0ccc Background Color

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

This div background color is #ec0ccc


#ec0ccc Border Color

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

This div border color is #ec0ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,12,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 #ec0ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec0ccc


Comments

No comments written yet.

Please login to write comment.