Color Hex Logo

#ef078d Color Hex

#EF078D
(239,7,141)
0 Favorites   0 Comments

Color spaces of #ef078d

RGB 2397141
HSL0.900.940.48
HSV325°97°94°
CMYK 0.000.970.41   0.06
XYZ40.480320.425827.0083
Yxy20.42580.46050.2323
Hunter Lab45.194980.7883-3.7950
CIE-Lab52.315381.7258-7.8786

#ef078d color RGB value is (239,7,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000111 10001101
Octal 357 7 215
Decimal 239 7 141
Hex EF 7 8D

RGB Percentages of Color #ef078d

%61.76
%1.81
%36.43

CMYK Percentages of Color #ef078d

%0
%97
%41
%6

Triadic Colors of #ef078d

#ef078d #8def07 #078def

Analogous Colors of #ef078d

#ef078d #ef0719 #dd07ef

Monochromatic Colors of #ef078d

#ef078d

Complementary Color

#ef078d #07ef69

#ef078d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef078d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef078d Color CSS Codes

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

#ef078d Text Font Color

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

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


#ef078d Background Color

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

This div background color is #ef078d


#ef078d Border Color

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

This div border color is #ef078d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef078d


Comments

No comments written yet.

Please login to write comment.