Color Hex Logo

#ef4edb Color Hex

#EF4EDB
(239,78,219)
0 Favorites   0 Comments

Color spaces of #ef4edb

RGB 23978219
HSL0.850.830.62
HSV307°67°94°
CMYK 0.000.670.08   0.06
XYZ51.107228.914069.9051
Yxy28.91400.34090.1929
Hunter Lab53.771775.5543-39.4388
CIE-Lab60.705775.9571-40.2848

#ef4edb color RGB value is (239,78,219).

#ef4edb hex color red value is 239, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ef4edb hue: 0.85 , saturation: 0.83 and the lightness value of ef4edb is 0.62.

The process color (four color CMYK) of #ef4edb color hex is 0.00, 0.67, 0.08, 0.06. Web safe color of #ef4edb is #ff66cc. Color #ef4edb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001110 11011011
Octal 357 116 333
Decimal 239 78 219
Hex EF 4E DB

RGB Percentages of Color #ef4edb

%44.59
%14.55
%40.86

CMYK Percentages of Color #ef4edb

%0
%67
%8
%6

Triadic Colors of #ef4edb

#ef4edb #dbef4e #4edbef

Analogous Colors of #ef4edb

#ef4edb #ef4e8b #b34eef

Monochromatic Colors of #ef4edb

#ef4edb

Complementary Color

#ef4edb #4eef62

#ef4edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef4edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef4edb Color CSS Codes

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

#ef4edb Text Font Color

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

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


#ef4edb Background Color

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

This div background color is #ef4edb


#ef4edb Border Color

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

This div border color is #ef4edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef4edb


Comments

No comments written yet.

Please login to write comment.