Color Hex Logo

#ef298e Color Hex

#EF298E
(239,41,142)
0 Favorites   0 Comments

Color spaces of #ef298e

RGB 23941142
HSL0.910.860.55
HSV329°83°94°
CMYK 0.000.830.41   0.06
XYZ41.272021.889627.6410
Yxy21.88960.45450.2411
Hunter Lab46.786375.5856-2.2777
CIE-Lab53.909777.2900-6.1033

#ef298e color RGB value is (239,41,142).

#ef298e hex color red value is 239, green value is 41 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ef298e hue: 0.91 , saturation: 0.86 and the lightness value of ef298e is 0.55.

The process color (four color CMYK) of #ef298e color hex is 0.00, 0.83, 0.41, 0.06. Web safe color of #ef298e is #ff3399. Color #ef298e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101001 10001110
Octal 357 51 216
Decimal 239 41 142
Hex EF 29 8E

RGB Percentages of Color #ef298e

%56.64
%9.72
%33.65

CMYK Percentages of Color #ef298e

%0
%83
%41
%6

Triadic Colors of #ef298e

#ef298e #8eef29 #298eef

Analogous Colors of #ef298e

#ef298e #ef292b #ed29ef

Monochromatic Colors of #ef298e

#ef298e

Complementary Color

#ef298e #29ef8a

#ef298e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef298e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef298e Color CSS Codes

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

#ef298e Text Font Color

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

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


#ef298e Background Color

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

This div background color is #ef298e


#ef298e Border Color

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

This div border color is #ef298e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef298e


Comments

No comments written yet.

Please login to write comment.