Color Hex Logo

#ef3078 Color Hex

#EF3078
(239,48,120)
0 Favorites   0 Comments

Color spaces of #ef3078

RGB 23948120
HSL0.940.860.56
HSV337°80°94°
CMYK 0.000.800.50   0.06
XYZ40.043721.820719.8706
Yxy21.82070.48990.2670
Hunter Lab46.712671.26937.4781
CIE-Lab53.836273.81256.9636

#ef3078 color RGB value is (239,48,120).

#ef3078 hex color red value is 239, green value is 48 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ef3078 hue: 0.94 , saturation: 0.86 and the lightness value of ef3078 is 0.56.

The process color (four color CMYK) of #ef3078 color hex is 0.00, 0.80, 0.50, 0.06. Web safe color of #ef3078 is #ff3366. Color #ef3078 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110000 01111000
Octal 357 60 170
Decimal 239 48 120
Hex EF 30 78

RGB Percentages of Color #ef3078

%58.72
%11.79
%29.48

CMYK Percentages of Color #ef3078

%0
%80
%50
%6

Triadic Colors of #ef3078

#ef3078 #78ef30 #3078ef

Analogous Colors of #ef3078

#ef3078 #ef4830 #ef30d8

Monochromatic Colors of #ef3078

#ef3078

Complementary Color

#ef3078 #30efa7

#ef3078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3078 Color CSS Codes

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

#ef3078 Text Font Color

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

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


#ef3078 Background Color

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

This div background color is #ef3078


#ef3078 Border Color

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

This div border color is #ef3078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3078


Comments

No comments written yet.

Please login to write comment.