Color Hex Logo

#ef699e Color Hex

#EF699E
(239,105,158)
0 Favorites   0 Comments

Color spaces of #ef699e

RGB 239105158
HSL0.930.810.67
HSV336°56°94°
CMYK 0.000.560.34   0.06
XYZ46.819730.922535.8487
Yxy30.92250.41220.2722
Hunter Lab55.608052.97580.7032
CIE-Lab62.442256.7687-2.8573

#ef699e color RGB value is (239,105,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101001 10011110
Octal 357 151 236
Decimal 239 105 158
Hex EF 69 9E

RGB Percentages of Color #ef699e

%47.61
%20.92
%31.47

CMYK Percentages of Color #ef699e

%0
%56
%34
%6

Triadic Colors of #ef699e

#ef699e #9eef69 #699eef

Analogous Colors of #ef699e

#ef699e #ef7769 #ef69e1

Monochromatic Colors of #ef699e

#ef699e

Complementary Color

#ef699e #69efba

#ef699e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef699e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef699e Color CSS Codes

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

#ef699e Text Font Color

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

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


#ef699e Background Color

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

This div background color is #ef699e


#ef699e Border Color

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

This div border color is #ef699e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef699e


Comments

No comments written yet.

Please login to write comment.