Color Hex Logo

#ef4eff Color Hex

#EF4EFF
(239,78,255)
0 Favorites   0 Comments

Color spaces of #ef4eff

RGB 23978255
HSL0.821.000.65
HSV295°69°100°
CMYK 0.060.690.00   0.00
XYZ56.371031.019597.6240
Yxy31.01950.30470.1677
Hunter Lab55.695283.1995-64.9385
CIE-Lab62.524181.6242-57.4677

#ef4eff color RGB value is (239,78,255).

#ef4eff hex color red value is 239, green value is 78 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ef4eff hue: 0.82 , saturation: 1.00 and the lightness value of ef4eff is 0.65.

The process color (four color CMYK) of #ef4eff color hex is 0.06, 0.69, 0.00, 0.00. Web safe color of #ef4eff is #ff66ff. Color #ef4eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001110 11111111
Octal 357 116 377
Decimal 239 78 255
Hex EF 4E FF

RGB Percentages of Color #ef4eff

%41.78
%13.64
%44.58

CMYK Percentages of Color #ef4eff

%6
%69
%0
%0

Triadic Colors of #ef4eff

#ef4eff #ffef4e #4effef

Analogous Colors of #ef4eff

#ef4eff #ff4eb7 #974eff

Monochromatic Colors of #ef4eff

#ef4eff

Complementary Color

#ef4eff #5eff4e

#ef4eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef4eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef4eff Color CSS Codes

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

#ef4eff Text Font Color

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

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


#ef4eff Background Color

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

This div background color is #ef4eff


#ef4eff Border Color

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

This div border color is #ef4eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef4eff

Related Colors


Comments

No comments written yet.

Please login to write comment.