Color Hex Logo

#ef368f Color Hex

#EF368F
(239,54,143)
0 Favorites   0 Comments

Color spaces of #ef368f

RGB 23954143
HSL0.920.850.57
HSV331°77°94°
CMYK 0.000.770.40   0.06
XYZ41.873722.972228.2137
Yxy22.97220.45000.2469
Hunter Lab47.929372.0711-1.3507
CIE-Lab55.043774.2331-5.0167

#ef368f color RGB value is (239,54,143).

#ef368f hex color red value is 239, green value is 54 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ef368f hue: 0.92 , saturation: 0.85 and the lightness value of ef368f is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110110 10001111
Octal 357 66 217
Decimal 239 54 143
Hex EF 36 8F

RGB Percentages of Color #ef368f

%54.82
%12.39
%32.80

CMYK Percentages of Color #ef368f

%0
%77
%40
%6

Triadic Colors of #ef368f

#ef368f #8fef36 #368fef

Analogous Colors of #ef368f

#ef368f #ef3936 #ef36ec

Monochromatic Colors of #ef368f

#ef368f

Complementary Color

#ef368f #36ef96

#ef368f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef368f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef368f Color CSS Codes

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

#ef368f Text Font Color

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

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


#ef368f Background Color

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

This div background color is #ef368f


#ef368f Border Color

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

This div border color is #ef368f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef368f


Comments

No comments written yet.

Please login to write comment.