Color Hex Logo

#ef396d Color Hex

#EF396D
(239,57,109)
0 Favorites   0 Comments

Color spaces of #ef396d

RGB 23957109
HSL0.950.850.58
HSV343°76°94°
CMYK 0.000.760.54   0.06
XYZ39.820022.381116.6892
Yxy22.38110.50480.2837
Hunter Lab47.308767.454412.2002
CIE-Lab54.429070.558014.3954

#ef396d color RGB value is (239,57,109).

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

The process color (four color CMYK) of #ef396d color hex is 0.00, 0.76, 0.54, 0.06. Web safe color of #ef396d is #ff3366. Color #ef396d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111001 01101101
Octal 357 71 155
Decimal 239 57 109
Hex EF 39 6D

RGB Percentages of Color #ef396d

%59.01
%14.07
%26.91

CMYK Percentages of Color #ef396d

%0
%76
%54
%6

Triadic Colors of #ef396d

#ef396d #6def39 #396def

Analogous Colors of #ef396d

#ef396d #ef6039 #ef39c8

Monochromatic Colors of #ef396d

#ef396d

Complementary Color

#ef396d #39efbb

#ef396d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef396d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef396d Color CSS Codes

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

#ef396d Text Font Color

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

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


#ef396d Background Color

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

This div background color is #ef396d


#ef396d Border Color

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

This div border color is #ef396d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef396d


Comments

No comments written yet.

Please login to write comment.