Color Hex Logo

#ef62df Color Hex

#EF62DF
(239,98,223)
0 Favorites   0 Comments

Color spaces of #ef62df

RGB 23998223
HSL0.850.820.66
HSV307°59°94°
CMYK 0.000.590.07   0.06
XYZ53.283632.413873.2602
Yxy32.41380.33520.2039
Hunter Lab56.933167.4249-36.4398
CIE-Lab63.683468.8133-37.8680

#ef62df color RGB value is (239,98,223).

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

The process color (four color CMYK) of #ef62df color hex is 0.00, 0.59, 0.07, 0.06. Web safe color of #ef62df is #ff66cc. Color #ef62df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100010 11011111
Octal 357 142 337
Decimal 239 98 223
Hex EF 62 DF

RGB Percentages of Color #ef62df

%42.68
%17.50
%39.82

CMYK Percentages of Color #ef62df

%0
%59
%7
%6

Triadic Colors of #ef62df

#ef62df #dfef62 #62dfef

Analogous Colors of #ef62df

#ef62df #ef6299 #b962ef

Monochromatic Colors of #ef62df

#ef62df

Complementary Color

#ef62df #62ef72

#ef62df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef62df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef62df Color CSS Codes

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

#ef62df Text Font Color

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

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


#ef62df Background Color

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

This div background color is #ef62df


#ef62df Border Color

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

This div border color is #ef62df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef62df


Comments

No comments written yet.

Please login to write comment.