Color Hex Logo

#ec5ccd Color Hex

#EC5CCD
(236,92,205)
0 Favorites   0 Comments

Color spaces of #ec5ccd

RGB 23692205
HSL0.870.790.64
HSV313°61°93°
CMYK 0.000.610.13   0.07
XYZ49.438729.894960.9222
Yxy29.89490.35250.2131
Hunter Lab54.676265.7178-27.7897
CIE-Lab61.563467.7861-31.0742

#ec5ccd color RGB value is (236,92,205).

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

The process color (four color CMYK) of #ec5ccd color hex is 0.00, 0.61, 0.13, 0.07. Web safe color of #ec5ccd is #ff66cc. Color #ec5ccd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011100 11001101
Octal 354 134 315
Decimal 236 92 205
Hex EC 5C CD

RGB Percentages of Color #ec5ccd

%44.28
%17.26
%38.46

CMYK Percentages of Color #ec5ccd

%0
%61
%13
%7

Triadic Colors of #ec5ccd

#ec5ccd #cdec5c #5ccdec

Analogous Colors of #ec5ccd

#ec5ccd #ec5c85 #c35cec

Monochromatic Colors of #ec5ccd

#ec5ccd

Complementary Color

#ec5ccd #5cec7b

#ec5ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5ccd Color CSS Codes

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

#ec5ccd Text Font Color

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

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


#ec5ccd Background Color

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

This div background color is #ec5ccd


#ec5ccd Border Color

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

This div border color is #ec5ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5ccd


Comments

No comments written yet.

Please login to write comment.