Color Hex Logo

#ef609e Color Hex

#EF609E
(239,96,158)
0 Favorites   0 Comments

Color spaces of #ef609e

RGB 23996158
HSL0.930.820.66
HSV334°60°94°
CMYK 0.000.600.34   0.06
XYZ45.951029.185135.5591
Yxy29.18510.41510.2637
Hunter Lab54.023257.2876-1.2095
CIE-Lab60.944660.7660-5.0663

#ef609e color RGB value is (239,96,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100000 10011110
Octal 357 140 236
Decimal 239 96 158
Hex EF 60 9E

RGB Percentages of Color #ef609e

%48.48
%19.47
%32.05

CMYK Percentages of Color #ef609e

%0
%60
%34
%6

Triadic Colors of #ef609e

#ef609e #9eef60 #609eef

Analogous Colors of #ef609e

#ef609e #ef6a60 #ef60e6

Monochromatic Colors of #ef609e

#ef609e

Complementary Color

#ef609e #60efb1

#ef609e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef609e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef609e Color CSS Codes

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

#ef609e Text Font Color

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

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


#ef609e Background Color

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

This div background color is #ef609e


#ef609e Border Color

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

This div border color is #ef609e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef609e


Comments

No comments written yet.

Please login to write comment.