Color Hex Logo

#ef698e Color Hex

#EF698E
(239,105,142)
0 Favorites   0 Comments

Color spaces of #ef698e

RGB 239105142
HSL0.950.810.67
HSV343°56°94°
CMYK 0.000.560.41   0.06
XYZ45.530730.406929.0606
Yxy30.40690.43360.2896
Hunter Lab55.142550.88687.3533
CIE-Lab62.003755.00095.7201

#ef698e color RGB value is (239,105,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101001 10001110
Octal 357 151 216
Decimal 239 105 142
Hex EF 69 8E

RGB Percentages of Color #ef698e

%49.18
%21.60
%29.22

CMYK Percentages of Color #ef698e

%0
%56
%41
%6

Triadic Colors of #ef698e

#ef698e #8eef69 #698eef

Analogous Colors of #ef698e

#ef698e #ef8769 #ef69d1

Monochromatic Colors of #ef698e

#ef698e

Complementary Color

#ef698e #69efca

#ef698e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef698e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef698e Color CSS Codes

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

#ef698e Text Font Color

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

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


#ef698e Background Color

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

This div background color is #ef698e


#ef698e Border Color

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

This div border color is #ef698e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef698e


Comments

No comments written yet.

Please login to write comment.