Color Hex Logo

#ec7ecf Color Hex

#EC7ECF
(236,126,207)
0 Favorites   0 Comments

Color spaces of #ec7ecf

RGB 236126207
HSL0.880.740.71
HSV316°47°93°
CMYK 0.000.470.12   0.07
XYZ53.315437.259663.4133
Yxy37.25960.34620.2420
Hunter Lab61.040649.0881-18.8662
CIE-Lab67.471352.5681-23.1045

#ec7ecf color RGB value is (236,126,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111110 11001111
Octal 354 176 317
Decimal 236 126 207
Hex EC 7E CF

RGB Percentages of Color #ec7ecf

%41.48
%22.14
%36.38

CMYK Percentages of Color #ec7ecf

%0
%47
%12
%7

Triadic Colors of #ec7ecf

#ec7ecf #cfec7e #7ecfec

Analogous Colors of #ec7ecf

#ec7ecf #ec7e98 #d27eec

Monochromatic Colors of #ec7ecf

#ec7ecf

Complementary Color

#ec7ecf #7eec9b

#ec7ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7ecf Color CSS Codes

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

#ec7ecf Text Font Color

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

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


#ec7ecf Background Color

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

This div background color is #ec7ecf


#ec7ecf Border Color

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

This div border color is #ec7ecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,126,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ec7ecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7ecf


Comments

No comments written yet.

Please login to write comment.