Color Hex Logo

#ef39df Color Hex

#EF39DF
(239,57,223)
0 Favorites   0 Comments

Color spaces of #ef39df

RGB 23957223
HSL0.850.850.58
HSV305°76°94°
CMYK 0.000.760.07   0.06
XYZ50.379026.604772.2920
Yxy26.60470.33750.1782
Hunter Lab51.579784.0801-46.9925
CIE-Lab58.606683.0642-45.8456

#ef39df color RGB value is (239,57,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111001 11011111
Octal 357 71 337
Decimal 239 57 223
Hex EF 39 DF

RGB Percentages of Color #ef39df

%46.05
%10.98
%42.97

CMYK Percentages of Color #ef39df

%0
%76
%7
%6

Triadic Colors of #ef39df

#ef39df #dfef39 #39dfef

Analogous Colors of #ef39df

#ef39df #ef3984 #a439ef

Monochromatic Colors of #ef39df

#ef39df

Complementary Color

#ef39df #39ef49

#ef39df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef39df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef39df Color CSS Codes

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

#ef39df Text Font Color

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

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


#ef39df Background Color

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

This div background color is #ef39df


#ef39df Border Color

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

This div border color is #ef39df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef39df


Comments

No comments written yet.

Please login to write comment.