Color Hex Logo

#ef56ec Color Hex

#EF56EC
(239,86,236)
0 Favorites   0 Comments

Color spaces of #ef56ec

RGB 23986236
HSL0.840.830.64
HSV301°64°94°
CMYK 0.000.640.01   0.06
XYZ54.064731.062482.5030
Yxy31.06240.32250.1853
Hunter Lab55.733775.6209-48.7539
CIE-Lab62.560375.6592-46.8848

#ef56ec color RGB value is (239,86,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010110 11101100
Octal 357 126 354
Decimal 239 86 236
Hex EF 56 EC

RGB Percentages of Color #ef56ec

%42.60
%15.33
%42.07

CMYK Percentages of Color #ef56ec

%0
%64
%1
%6

Triadic Colors of #ef56ec

#ef56ec #ecef56 #56ecef

Analogous Colors of #ef56ec

#ef56ec #ef56a0 #a656ef

Monochromatic Colors of #ef56ec

#ef56ec

Complementary Color

#ef56ec #56ef59

#ef56ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef56ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef56ec Color CSS Codes

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

#ef56ec Text Font Color

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

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


#ef56ec Background Color

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

This div background color is #ef56ec


#ef56ec Border Color

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

This div border color is #ef56ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,86,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 #ef56ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef56ec


Comments

No comments written yet.

Please login to write comment.