Color Hex Logo

#ef689e Color Hex

#EF689E
(239,104,158)
0 Favorites   0 Comments

Color spaces of #ef689e

RGB 239104158
HSL0.930.810.67
HSV336°56°94°
CMYK 0.000.560.34   0.06
XYZ46.718530.720035.8150
Yxy30.72000.41250.2712
Hunter Lab55.425653.46360.4859
CIE-Lab62.270657.2237-3.1098

#ef689e color RGB value is (239,104,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101000 10011110
Octal 357 150 236
Decimal 239 104 158
Hex EF 68 9E

RGB Percentages of Color #ef689e

%47.70
%20.76
%31.54

CMYK Percentages of Color #ef689e

%0
%56
%34
%6

Triadic Colors of #ef689e

#ef689e #9eef68 #689eef

Analogous Colors of #ef689e

#ef689e #ef7668 #ef68e2

Monochromatic Colors of #ef689e

#ef689e

Complementary Color

#ef689e #68efb9

#ef689e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef689e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef689e Color CSS Codes

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

#ef689e Text Font Color

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

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


#ef689e Background Color

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

This div background color is #ef689e


#ef689e Border Color

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

This div border color is #ef689e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,104,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 #ef689e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef689e


Comments

No comments written yet.

Please login to write comment.