Color Hex Logo

#ec7ecd Color Hex

#EC7ECD
(236,126,205)
0 Favorites   0 Comments

Color spaces of #ec7ecd

RGB 236126205
HSL0.880.740.71
HSV317°47°93°
CMYK 0.000.470.13   0.07
XYZ53.072437.162462.1334
Yxy37.16240.34830.2439
Hunter Lab60.961048.7198-17.7576
CIE-Lab67.398752.2538-22.0984

#ec7ecd color RGB value is (236,126,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111110 11001101
Octal 354 176 315
Decimal 236 126 205
Hex EC 7E CD

RGB Percentages of Color #ec7ecd

%41.62
%22.22
%36.16

CMYK Percentages of Color #ec7ecd

%0
%47
%13
%7

Triadic Colors of #ec7ecd

#ec7ecd #cdec7e #7ecdec

Analogous Colors of #ec7ecd

#ec7ecd #ec7e96 #d47eec

Monochromatic Colors of #ec7ecd

#ec7ecd

Complementary Color

#ec7ecd #7eec9d

#ec7ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7ecd Color CSS Codes

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

#ec7ecd Text Font Color

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

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


#ec7ecd Background Color

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

This div background color is #ec7ecd


#ec7ecd Border Color

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

This div border color is #ec7ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7ecd


Comments

No comments written yet.

Please login to write comment.