Color Hex Logo

#ef4579 Color Hex

#EF4579
(239,69,121)
0 Favorites   0 Comments

Color spaces of #ef4579

RGB 23969121
HSL0.950.840.60
HSV342°71°94°
CMYK 0.000.710.49   0.06
XYZ41.175923.987420.5490
Yxy23.98740.48040.2799
Hunter Lab48.976964.35899.4079
CIE-Lab56.075267.66189.5473

#ef4579 color RGB value is (239,69,121).

#ef4579 hex color red value is 239, green value is 69 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #ef4579 hue: 0.95 , saturation: 0.84 and the lightness value of ef4579 is 0.60.

The process color (four color CMYK) of #ef4579 color hex is 0.00, 0.71, 0.49, 0.06. Web safe color of #ef4579 is #ff3366. Color #ef4579 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000101 01111001
Octal 357 105 171
Decimal 239 69 121
Hex EF 45 79

RGB Percentages of Color #ef4579

%55.71
%16.08
%28.21

CMYK Percentages of Color #ef4579

%0
%71
%49
%6

Triadic Colors of #ef4579

#ef4579 #79ef45 #4579ef

Analogous Colors of #ef4579

#ef4579 #ef6645 #ef45ce

Monochromatic Colors of #ef4579

#ef4579

Complementary Color

#ef4579 #45efbb

#ef4579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef4579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef4579 Color CSS Codes

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

#ef4579 Text Font Color

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

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


#ef4579 Background Color

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

This div background color is #ef4579


#ef4579 Border Color

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

This div border color is #ef4579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef4579


Comments

No comments written yet.

Please login to write comment.