Color Hex Logo

#ec4ccd Color Hex

#EC4CCD
(236,76,205)
0 Favorites   0 Comments

Color spaces of #ec4ccd

RGB 23676205
HSL0.870.810.61
HSV312°68°93°
CMYK 0.000.680.13   0.07
XYZ48.196027.409560.5080
Yxy27.40950.35410.2014
Hunter Lab52.354172.7035-31.8763
CIE-Lab59.351573.9226-34.5136

#ec4ccd color RGB value is (236,76,205).

#ec4ccd hex color red value is 236, green value is 76 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ec4ccd hue: 0.87 , saturation: 0.81 and the lightness value of ec4ccd is 0.61.

The process color (four color CMYK) of #ec4ccd color hex is 0.00, 0.68, 0.13, 0.07. Web safe color of #ec4ccd is #ff33cc. Color #ec4ccd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001100 11001101
Octal 354 114 315
Decimal 236 76 205
Hex EC 4C CD

RGB Percentages of Color #ec4ccd

%45.65
%14.70
%39.65

CMYK Percentages of Color #ec4ccd

%0
%68
%13
%7

Triadic Colors of #ec4ccd

#ec4ccd #cdec4c #4ccdec

Analogous Colors of #ec4ccd

#ec4ccd #ec4c7d #bb4cec

Monochromatic Colors of #ec4ccd

#ec4ccd

Complementary Color

#ec4ccd #4cec6b

#ec4ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4ccd Color CSS Codes

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

#ec4ccd Text Font Color

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

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


#ec4ccd Background Color

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

This div background color is #ec4ccd


#ec4ccd Border Color

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

This div border color is #ec4ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4ccd


Comments

No comments written yet.

Please login to write comment.