Color Hex Logo

#ef084e Color Hex

#EF084E
(239,8,78)
0 Favorites   0 Comments

Color spaces of #ef084e

RGB 239878
HSL0.950.940.48
HSV342°97°94°
CMYK 0.000.970.67   0.06
XYZ37.058619.07448.9363
Yxy19.07440.56950.2931
Hunter Lab43.674275.031418.4405
CIE-Lab50.774177.455728.2126

#ef084e color RGB value is (239,8,78).

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

The process color (four color CMYK) of #ef084e color hex is 0.00, 0.97, 0.67, 0.06. Web safe color of #ef084e is #ff0066. Color #ef084e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001000 01001110
Octal 357 10 116
Decimal 239 8 78
Hex EF 8 4E

RGB Percentages of Color #ef084e

%73.54
%2.46
%24.00

CMYK Percentages of Color #ef084e

%0
%97
%67
%6

Triadic Colors of #ef084e

#ef084e #4eef08 #084eef

Analogous Colors of #ef084e

#ef084e #ef3608 #ef08c2

Monochromatic Colors of #ef084e

#ef084e

Complementary Color

#ef084e #08efa9

#ef084e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef084e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef084e Color CSS Codes

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

#ef084e Text Font Color

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

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


#ef084e Background Color

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

This div background color is #ef084e


#ef084e Border Color

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

This div border color is #ef084e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef084e


Comments

No comments written yet.

Please login to write comment.