Color Hex Logo

#ef7fde Color Hex

#EF7FDE
(239,127,222)
0 Favorites   0 Comments

Color spaces of #ef7fde

RGB 239127222
HSL0.860.780.72
HSV309°47°94°
CMYK 0.000.470.07   0.06
XYZ56.370838.803473.6260
Yxy38.80340.33390.2299
Hunter Lab62.292452.5200-26.4727
CIE-Lab68.608655.3973-29.6675

#ef7fde color RGB value is (239,127,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111111 11011110
Octal 357 177 336
Decimal 239 127 222
Hex EF 7F DE

RGB Percentages of Color #ef7fde

%40.65
%21.60
%37.76

CMYK Percentages of Color #ef7fde

%0
%47
%7
%6

Triadic Colors of #ef7fde

#ef7fde #deef7f #7fdeef

Analogous Colors of #ef7fde

#ef7fde #ef7fa6 #c87fef

Monochromatic Colors of #ef7fde

#ef7fde

Complementary Color

#ef7fde #7fef90

#ef7fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7fde Color CSS Codes

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

#ef7fde Text Font Color

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

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


#ef7fde Background Color

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

This div background color is #ef7fde


#ef7fde Border Color

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

This div border color is #ef7fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7fde


Comments

No comments written yet.

Please login to write comment.