Color Hex Logo

#ec7ccd Color Hex

#EC7CCD
(236,124,205)
0 Favorites   0 Comments

Color spaces of #ec7ccd

RGB 236124205
HSL0.880.750.71
HSV317°47°93°
CMYK 0.000.470.13   0.07
XYZ52.819236.655962.0490
Yxy36.65590.34860.2419
Hunter Lab60.544149.7727-18.3828
CIE-Lab67.018153.2386-22.6795

#ec7ccd color RGB value is (236,124,205).

#ec7ccd hex color red value is 236, green value is 124 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ec7ccd hue: 0.88 , saturation: 0.75 and the lightness value of ec7ccd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111100 11001101
Octal 354 174 315
Decimal 236 124 205
Hex EC 7C CD

RGB Percentages of Color #ec7ccd

%41.77
%21.95
%36.28

CMYK Percentages of Color #ec7ccd

%0
%47
%13
%7

Triadic Colors of #ec7ccd

#ec7ccd #cdec7c #7ccdec

Analogous Colors of #ec7ccd

#ec7ccd #ec7c95 #d37cec

Monochromatic Colors of #ec7ccd

#ec7ccd

Complementary Color

#ec7ccd #7cec9b

#ec7ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7ccd Color CSS Codes

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

#ec7ccd Text Font Color

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

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


#ec7ccd Background Color

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

This div background color is #ec7ccd


#ec7ccd Border Color

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

This div border color is #ec7ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7ccd


Comments

No comments written yet.

Please login to write comment.