Color Hex Logo

#ef4ded Color Hex

#EF4DED
(239,77,237)
0 Favorites   0 Comments

Color spaces of #ef4ded

RGB 23977237
HSL0.840.840.62
HSV301°68°94°
CMYK 0.000.680.01   0.06
XYZ53.536529.772983.0458
Yxy29.77290.32180.1790
Hunter Lab54.564579.6489-52.0426
CIE-Lab61.457879.0578-49.1846

#ef4ded color RGB value is (239,77,237).

#ef4ded hex color red value is 239, green value is 77 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ef4ded hue: 0.84 , saturation: 0.84 and the lightness value of ef4ded is 0.62.

The process color (four color CMYK) of #ef4ded color hex is 0.00, 0.68, 0.01, 0.06. Web safe color of #ef4ded is #ff66ff. Color #ef4ded contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001101 11101101
Octal 357 115 355
Decimal 239 77 237
Hex EF 4D ED

RGB Percentages of Color #ef4ded

%43.22
%13.92
%42.86

CMYK Percentages of Color #ef4ded

%0
%68
%1
%6

Triadic Colors of #ef4ded

#ef4ded #edef4d #4dedef

Analogous Colors of #ef4ded

#ef4ded #ef4d9c #a04def

Monochromatic Colors of #ef4ded

#ef4ded

Complementary Color

#ef4ded #4def4f

#ef4ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef4ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef4ded Color CSS Codes

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

#ef4ded Text Font Color

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

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


#ef4ded Background Color

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

This div background color is #ef4ded


#ef4ded Border Color

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

This div border color is #ef4ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef4ded


Comments

No comments written yet.

Please login to write comment.