Color Hex Logo

#ef4e8a Color Hex

#EF4E8A
(239,78,138)
0 Favorites   0 Comments

Color spaces of #ef4e8a

RGB 23978138
HSL0.940.830.62
HSV338°67°94°
CMYK 0.000.670.42   0.06
XYZ42.908425.634526.7312
Yxy25.63450.45040.2691
Hunter Lab50.630562.67194.1383
CIE-Lab57.688565.94141.8169

#ef4e8a color RGB value is (239,78,138).

#ef4e8a hex color red value is 239, green value is 78 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ef4e8a hue: 0.94 , saturation: 0.83 and the lightness value of ef4e8a is 0.62.

The process color (four color CMYK) of #ef4e8a color hex is 0.00, 0.67, 0.42, 0.06. Web safe color of #ef4e8a is #ff6699. Color #ef4e8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001110 10001010
Octal 357 116 212
Decimal 239 78 138
Hex EF 4E 8A

RGB Percentages of Color #ef4e8a

%52.53
%17.14
%30.33

CMYK Percentages of Color #ef4e8a

%0
%67
%42
%6

Triadic Colors of #ef4e8a

#ef4e8a #8aef4e #4e8aef

Analogous Colors of #ef4e8a

#ef4e8a #ef624e #ef4edb

Monochromatic Colors of #ef4e8a

#ef4e8a

Complementary Color

#ef4e8a #4eefb3

#ef4e8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef4e8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef4e8a Color CSS Codes

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

#ef4e8a Text Font Color

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

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


#ef4e8a Background Color

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

This div background color is #ef4e8a


#ef4e8a Border Color

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

This div border color is #ef4e8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef4e8a


Comments

No comments written yet.

Please login to write comment.