Color Hex Logo

#ee7ecf Color Hex

#EE7ECF
(238,126,207)
0 Favorites   0 Comments

Color spaces of #ee7ecf

RGB 238126207
HSL0.880.770.71
HSV317°47°93°
CMYK 0.000.470.13   0.07
XYZ53.983237.603863.4445
Yxy37.60380.34820.2426
Hunter Lab61.321949.8245-18.4169
CIE-Lab67.727653.1781-22.6901

#ee7ecf color RGB value is (238,126,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111110 11001111
Octal 356 176 317
Decimal 238 126 207
Hex EE 7E CF

RGB Percentages of Color #ee7ecf

%41.68
%22.07
%36.25

CMYK Percentages of Color #ee7ecf

%0
%47
%13
%7

Triadic Colors of #ee7ecf

#ee7ecf #cfee7e #7ecfee

Analogous Colors of #ee7ecf

#ee7ecf #ee7e97 #d57eee

Monochromatic Colors of #ee7ecf

#ee7ecf

Complementary Color

#ee7ecf #7eee9d

#ee7ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7ecf Color CSS Codes

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

#ee7ecf Text Font Color

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

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


#ee7ecf Background Color

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

This div background color is #ee7ecf


#ee7ecf Border Color

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

This div border color is #ee7ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7ecf


Comments

No comments written yet.

Please login to write comment.