Color Hex Logo

#ef389e Color Hex

#EF389E
(239,56,158)
0 Favorites   0 Comments

Color spaces of #ef389e

RGB 23956158
HSL0.910.850.58
HSV327°77°94°
CMYK 0.000.770.34   0.06
XYZ43.182323.647734.6363
Yxy23.64770.42560.2331
Hunter Lab48.628973.4068-8.1895
CIE-Lab55.733375.1832-12.8495

#ef389e color RGB value is (239,56,158).

#ef389e hex color red value is 239, green value is 56 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ef389e hue: 0.91 , saturation: 0.85 and the lightness value of ef389e is 0.58.

The process color (four color CMYK) of #ef389e color hex is 0.00, 0.77, 0.34, 0.06. Web safe color of #ef389e is #ff3399. Color #ef389e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111000 10011110
Octal 357 70 236
Decimal 239 56 158
Hex EF 38 9E

RGB Percentages of Color #ef389e

%52.76
%12.36
%34.88

CMYK Percentages of Color #ef389e

%0
%77
%34
%6

Triadic Colors of #ef389e

#ef389e #9eef38 #389eef

Analogous Colors of #ef389e

#ef389e #ef3843 #e538ef

Monochromatic Colors of #ef389e

#ef389e

Complementary Color

#ef389e #38ef89

#ef389e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef389e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef389e Color CSS Codes

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

#ef389e Text Font Color

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

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


#ef389e Background Color

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

This div background color is #ef389e


#ef389e Border Color

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

This div border color is #ef389e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef389e


Comments

No comments written yet.

Please login to write comment.