Color Hex Logo

#ef78ec Color Hex

#EF78EC
(239,120,236)
0 Favorites   0 Comments

Color spaces of #ef78ec

RGB 239120236
HSL0.840.790.70
HSV302°50°94°
CMYK 0.000.500.01   0.06
XYZ57.453437.839883.6326
Yxy37.83980.32110.2115
Hunter Lab61.514159.0673-37.5490
CIE-Lab67.902461.1137-38.5026

#ef78ec color RGB value is (239,120,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111000 11101100
Octal 357 170 354
Decimal 239 120 236
Hex EF 78 EC

RGB Percentages of Color #ef78ec

%40.17
%20.17
%39.66

CMYK Percentages of Color #ef78ec

%0
%50
%1
%6

Triadic Colors of #ef78ec

#ef78ec #ecef78 #78ecef

Analogous Colors of #ef78ec

#ef78ec #ef78b1 #b778ef

Monochromatic Colors of #ef78ec

#ef78ec

Complementary Color

#ef78ec #78ef7b

#ef78ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef78ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef78ec Color CSS Codes

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

#ef78ec Text Font Color

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

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


#ef78ec Background Color

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

This div background color is #ef78ec


#ef78ec Border Color

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

This div border color is #ef78ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef78ec


Comments

No comments written yet.

Please login to write comment.