Color Hex Logo

#ec06cc Color Hex

#EC06CC
(236,6,204)
0 Favorites   0 Comments

Color spaces of #ec06cc

RGB 2366204
HSL0.860.950.47
HSV308°97°93°
CMYK 0.000.970.14   0.07
XYZ45.556322.322759.0344
Yxy22.32270.35900.1759
Hunter Lab47.246989.4308-41.0093
CIE-Lab54.367787.9880-41.7604

#ec06cc color RGB value is (236,6,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000110 11001100
Octal 354 6 314
Decimal 236 6 204
Hex EC 6 CC

RGB Percentages of Color #ec06cc

%52.91
%1.35
%45.74

CMYK Percentages of Color #ec06cc

%0
%97
%14
%7

Triadic Colors of #ec06cc

#ec06cc #ccec06 #06ccec

Analogous Colors of #ec06cc

#ec06cc #ec0659 #9906ec

Monochromatic Colors of #ec06cc

#ec06cc

Complementary Color

#ec06cc #06ec26

#ec06cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec06cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec06cc Color CSS Codes

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

#ec06cc Text Font Color

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

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


#ec06cc Background Color

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

This div background color is #ec06cc


#ec06cc Border Color

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

This div border color is #ec06cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec06cc


Comments

No comments written yet.

Please login to write comment.