Color Hex Logo

#ef7ece Color Hex

#EF7ECE
(239,126,206)
0 Favorites   0 Comments

Color spaces of #ef7ece

RGB 239126206
HSL0.880.780.72
HSV318°47°94°
CMYK 0.000.470.14   0.06
XYZ54.198037.728762.8183
Yxy37.72870.35020.2438
Hunter Lab61.423750.0104-17.6396
CIE-Lab67.820253.3274-21.9790

#ef7ece color RGB value is (239,126,206).

#ef7ece hex color red value is 239, green value is 126 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ef7ece hue: 0.88 , saturation: 0.78 and the lightness value of ef7ece is 0.72.

The process color (four color CMYK) of #ef7ece color hex is 0.00, 0.47, 0.14, 0.06. Web safe color of #ef7ece is #ff66cc. Color #ef7ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111110 11001110
Octal 357 176 316
Decimal 239 126 206
Hex EF 7E CE

RGB Percentages of Color #ef7ece

%41.86
%22.07
%36.08

CMYK Percentages of Color #ef7ece

%0
%47
%14
%6

Triadic Colors of #ef7ece

#ef7ece #ceef7e #7eceef

Analogous Colors of #ef7ece

#ef7ece #ef7e96 #d87eef

Monochromatic Colors of #ef7ece

#ef7ece

Complementary Color

#ef7ece #7eef9f

#ef7ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7ece Color CSS Codes

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

#ef7ece Text Font Color

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

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


#ef7ece Background Color

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

This div background color is #ef7ece


#ef7ece Border Color

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

This div border color is #ef7ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7ece


Comments

No comments written yet.

Please login to write comment.