Color Hex Logo

#ec0ccd Color Hex

#EC0CCD
(236,12,205)
0 Favorites   0 Comments

Color spaces of #ec0ccd

RGB 23612205
HSL0.860.900.49
HSV308°95°93°
CMYK 0.000.950.13   0.07
XYZ45.743022.503659.6903
Yxy22.50360.35750.1759
Hunter Lab47.438089.1058-41.3969
CIE-Lab54.557387.7046-42.0354

#ec0ccd color RGB value is (236,12,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001100 11001101
Octal 354 14 315
Decimal 236 12 205
Hex EC C CD

RGB Percentages of Color #ec0ccd

%52.10
%2.65
%45.25

CMYK Percentages of Color #ec0ccd

%0
%95
%13
%7

Triadic Colors of #ec0ccd

#ec0ccd #cdec0c #0ccdec

Analogous Colors of #ec0ccd

#ec0ccd #ec0c5d #9b0cec

Monochromatic Colors of #ec0ccd

#ec0ccd

Complementary Color

#ec0ccd #0cec2b

#ec0ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec0ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec0ccd Color CSS Codes

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

#ec0ccd Text Font Color

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

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


#ec0ccd Background Color

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

This div background color is #ec0ccd


#ec0ccd Border Color

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

This div border color is #ec0ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec0ccd


Comments

No comments written yet.

Please login to write comment.