Color Hex Logo

#ef387e Color Hex

#EF387E
(239,56,126)
0 Favorites   0 Comments

Color spaces of #ef387e

RGB 23956126
HSL0.940.850.58
HSV337°77°94°
CMYK 0.000.770.47   0.06
XYZ40.776722.685421.9682
Yxy22.68540.47730.2655
Hunter Lab47.629269.46785.9939
CIE-Lab54.746872.16104.6745

#ef387e color RGB value is (239,56,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111000 01111110
Octal 357 70 176
Decimal 239 56 126
Hex EF 38 7E

RGB Percentages of Color #ef387e

%56.77
%13.30
%29.93

CMYK Percentages of Color #ef387e

%0
%77
%47
%6

Triadic Colors of #ef387e

#ef387e #7eef38 #387eef

Analogous Colors of #ef387e

#ef387e #ef4d38 #ef38da

Monochromatic Colors of #ef387e

#ef387e

Complementary Color

#ef387e #38efa9

#ef387e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef387e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef387e Color CSS Codes

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

#ef387e Text Font Color

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

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


#ef387e Background Color

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

This div background color is #ef387e


#ef387e Border Color

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

This div border color is #ef387e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef387e


Comments

No comments written yet.

Please login to write comment.