Color Hex Logo

#ef4dec Color Hex

#EF4DEC
(239,77,236)
0 Favorites   0 Comments

Color spaces of #ef4dec

RGB 23977236
HSL0.840.840.62
HSV301°68°94°
CMYK 0.000.680.01   0.06
XYZ53.390829.714682.2784
Yxy29.71460.32280.1797
Hunter Lab54.511179.4371-51.3338
CIE-Lab61.407278.9009-48.7073

#ef4dec color RGB value is (239,77,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001101 11101100
Octal 357 115 354
Decimal 239 77 236
Hex EF 4D EC

RGB Percentages of Color #ef4dec

%43.30
%13.95
%42.75

CMYK Percentages of Color #ef4dec

%0
%68
%1
%6

Triadic Colors of #ef4dec

#ef4dec #ecef4d #4decef

Analogous Colors of #ef4dec

#ef4dec #ef4d9b #a14def

Monochromatic Colors of #ef4dec

#ef4dec

Complementary Color

#ef4dec #4def50

#ef4dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef4dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef4dec Color CSS Codes

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

#ef4dec Text Font Color

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

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


#ef4dec Background Color

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

This div background color is #ef4dec


#ef4dec Border Color

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

This div border color is #ef4dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef4dec


Comments

No comments written yet.

Please login to write comment.