Color Hex Logo

#ef679e Color Hex

#EF679E
(239,103,158)
0 Favorites   0 Comments

Color spaces of #ef679e

RGB 239103158
HSL0.930.810.67
HSV336°57°94°
CMYK 0.000.570.34   0.06
XYZ46.618430.519835.7816
Yxy30.51980.41280.2703
Hunter Lab55.244753.94940.2696
CIE-Lab62.100257.6761-3.3607

#ef679e color RGB value is (239,103,158).

#ef679e hex color red value is 239, green value is 103 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ef679e hue: 0.93 , saturation: 0.81 and the lightness value of ef679e is 0.67.

The process color (four color CMYK) of #ef679e color hex is 0.00, 0.57, 0.34, 0.06. Web safe color of #ef679e is #ff6699. Color #ef679e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100111 10011110
Octal 357 147 236
Decimal 239 103 158
Hex EF 67 9E

RGB Percentages of Color #ef679e

%47.80
%20.60
%31.60

CMYK Percentages of Color #ef679e

%0
%57
%34
%6

Triadic Colors of #ef679e

#ef679e #9eef67 #679eef

Analogous Colors of #ef679e

#ef679e #ef7467 #ef67e2

Monochromatic Colors of #ef679e

#ef679e

Complementary Color

#ef679e #67efb8

#ef679e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef679e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef679e Color CSS Codes

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

#ef679e Text Font Color

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

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


#ef679e Background Color

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

This div background color is #ef679e


#ef679e Border Color

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

This div border color is #ef679e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef679e


Comments

No comments written yet.

Please login to write comment.