Color Hex Logo

#ef078e Color Hex

#EF078E
(239,7,142)
0 Favorites   0 Comments

Color spaces of #ef078e

RGB 2397142
HSL0.900.940.48
HSV325°97°94°
CMYK 0.000.970.41   0.06
XYZ40.555120.455727.4020
Yxy20.45570.45870.2314
Hunter Lab45.228080.9087-4.2621
CIE-Lab52.348681.8138-8.4288

#ef078e color RGB value is (239,7,142).

#ef078e hex color red value is 239, green value is 7 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ef078e hue: 0.90 , saturation: 0.94 and the lightness value of ef078e is 0.48.

The process color (four color CMYK) of #ef078e color hex is 0.00, 0.97, 0.41, 0.06. Web safe color of #ef078e is #ff0099. Color #ef078e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000111 10001110
Octal 357 7 216
Decimal 239 7 142
Hex EF 7 8E

RGB Percentages of Color #ef078e

%61.60
%1.80
%36.60

CMYK Percentages of Color #ef078e

%0
%97
%41
%6

Triadic Colors of #ef078e

#ef078e #8eef07 #078eef

Analogous Colors of #ef078e

#ef078e #ef071a #dc07ef

Monochromatic Colors of #ef078e

#ef078e

Complementary Color

#ef078e #07ef68

#ef078e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef078e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef078e Color CSS Codes

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

#ef078e Text Font Color

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

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


#ef078e Background Color

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

This div background color is #ef078e


#ef078e Border Color

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

This div border color is #ef078e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef078e


Comments

No comments written yet.

Please login to write comment.