Color Hex Logo

#ef367e Color Hex

#EF367E
(239,54,126)
0 Favorites   0 Comments

Color spaces of #ef367e

RGB 23954126
HSL0.940.850.57
HSV337°77°94°
CMYK 0.000.770.47   0.06
XYZ40.681722.495421.9366
Yxy22.49540.47800.2643
Hunter Lab47.429370.10415.7782
CIE-Lab54.548772.72164.3893

#ef367e color RGB value is (239,54,126).

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

The process color (four color CMYK) of #ef367e color hex is 0.00, 0.77, 0.47, 0.06. Web safe color of #ef367e is #ff3366. Color #ef367e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110110 01111110
Octal 357 66 176
Decimal 239 54 126
Hex EF 36 7E

RGB Percentages of Color #ef367e

%57.04
%12.89
%30.07

CMYK Percentages of Color #ef367e

%0
%77
%47
%6

Triadic Colors of #ef367e

#ef367e #7eef36 #367eef

Analogous Colors of #ef367e

#ef367e #ef4b36 #ef36db

Monochromatic Colors of #ef367e

#ef367e

Complementary Color

#ef367e #36efa7

#ef367e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef367e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef367e Color CSS Codes

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

#ef367e Text Font Color

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

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


#ef367e Background Color

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

This div background color is #ef367e


#ef367e Border Color

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

This div border color is #ef367e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef367e


Comments

No comments written yet.

Please login to write comment.