Color Hex Logo

#ef669e Color Hex

#EF669E
(239,102,158)
0 Favorites   0 Comments

Color spaces of #ef669e

RGB 239102158
HSL0.930.810.67
HSV335°57°94°
CMYK 0.000.570.34   0.06
XYZ46.519530.322135.7486
Yxy30.32210.41320.2693
Hunter Lab55.065554.43270.0547
CIE-Lab61.931158.1256-3.6097

#ef669e color RGB value is (239,102,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100110 10011110
Octal 357 146 236
Decimal 239 102 158
Hex EF 66 9E

RGB Percentages of Color #ef669e

%47.90
%20.44
%31.66

CMYK Percentages of Color #ef669e

%0
%57
%34
%6

Triadic Colors of #ef669e

#ef669e #9eef66 #669eef

Analogous Colors of #ef669e

#ef669e #ef7366 #ef66e3

Monochromatic Colors of #ef669e

#ef669e

Complementary Color

#ef669e #66efb7

#ef669e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef669e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef669e Color CSS Codes

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

#ef669e Text Font Color

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

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


#ef669e Background Color

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

This div background color is #ef669e


#ef669e Border Color

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

This div border color is #ef669e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef669e


Comments

No comments written yet.

Please login to write comment.