Color Hex Logo

#ef47df Color Hex

#EF47DF
(239,71,223)
0 Favorites   0 Comments

Color spaces of #ef47df

RGB 23971223
HSL0.850.840.61
HSV306°70°94°
CMYK 0.000.700.07   0.06
XYZ51.169128.184972.5554
Yxy28.18490.33680.1855
Hunter Lab53.089579.1368-43.8668
CIE-Lab60.055478.9239-43.5594

#ef47df color RGB value is (239,71,223).

#ef47df hex color red value is 239, green value is 71 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ef47df hue: 0.85 , saturation: 0.84 and the lightness value of ef47df is 0.61.

The process color (four color CMYK) of #ef47df color hex is 0.00, 0.70, 0.07, 0.06. Web safe color of #ef47df is #ff33cc. Color #ef47df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000111 11011111
Octal 357 107 337
Decimal 239 71 223
Hex EF 47 DF

RGB Percentages of Color #ef47df

%44.84
%13.32
%41.84

CMYK Percentages of Color #ef47df

%0
%70
%7
%6

Triadic Colors of #ef47df

#ef47df #dfef47 #47dfef

Analogous Colors of #ef47df

#ef47df #ef478b #ab47ef

Monochromatic Colors of #ef47df

#ef47df

Complementary Color

#ef47df #47ef57

#ef47df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef47df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef47df Color CSS Codes

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

#ef47df Text Font Color

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

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


#ef47df Background Color

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

This div background color is #ef47df


#ef47df Border Color

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

This div border color is #ef47df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef47df


Comments

No comments written yet.

Please login to write comment.