Color Hex Logo

#ef4eba Color Hex

#EF4EBA
(239,78,186)
0 Favorites   0 Comments

Color spaces of #ef4eba

RGB 23978186
HSL0.890.830.62
HSV320°67°94°
CMYK 0.000.670.22   0.06
XYZ47.183927.344749.2456
Yxy27.34470.38120.2209
Hunter Lab52.292269.5516-19.2312
CIE-Lab59.292071.3681-23.7064

#ef4eba color RGB value is (239,78,186).

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

The process color (four color CMYK) of #ef4eba color hex is 0.00, 0.67, 0.22, 0.06. Web safe color of #ef4eba is #ff66cc. Color #ef4eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001110 10111010
Octal 357 116 272
Decimal 239 78 186
Hex EF 4E BA

RGB Percentages of Color #ef4eba

%47.51
%15.51
%36.98

CMYK Percentages of Color #ef4eba

%0
%67
%22
%6

Triadic Colors of #ef4eba

#ef4eba #baef4e #4ebaef

Analogous Colors of #ef4eba

#ef4eba #ef4e6a #d44eef

Monochromatic Colors of #ef4eba

#ef4eba

Complementary Color

#ef4eba #4eef83

#ef4eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef4eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef4eba Color CSS Codes

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

#ef4eba Text Font Color

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

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


#ef4eba Background Color

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

This div background color is #ef4eba


#ef4eba Border Color

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

This div border color is #ef4eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef4eba


Comments

No comments written yet.

Please login to write comment.