Color Hex Logo

#ef368b Color Hex

#EF368B
(239,54,139)
0 Favorites   0 Comments

Color spaces of #ef368b

RGB 23954139
HSL0.920.850.57
HSV332°77°94°
CMYK 0.000.770.42   0.06
XYZ41.576022.853126.6459
Yxy22.85310.45650.2509
Hunter Lab47.804971.58310.4159
CIE-Lab54.920773.8594-2.8218

#ef368b color RGB value is (239,54,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110110 10001011
Octal 357 66 213
Decimal 239 54 139
Hex EF 36 8B

RGB Percentages of Color #ef368b

%55.32
%12.50
%32.18

CMYK Percentages of Color #ef368b

%0
%77
%42
%6

Triadic Colors of #ef368b

#ef368b #8bef36 #368bef

Analogous Colors of #ef368b

#ef368b #ef3d36 #ef36e8

Monochromatic Colors of #ef368b

#ef368b

Complementary Color

#ef368b #36ef9a

#ef368b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef368b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef368b Color CSS Codes

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

#ef368b Text Font Color

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

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


#ef368b Background Color

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

This div background color is #ef368b


#ef368b Border Color

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

This div border color is #ef368b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef368b


Comments

No comments written yet.

Please login to write comment.