Color Hex Logo

#ef64fe Color Hex

#EF64FE
(239,100,254)
0 Favorites   0 Comments

Color spaces of #ef64fe

RGB 239100254
HSL0.820.990.69
HSV294°61°100°
CMYK 0.060.610.00   0.00
XYZ58.043234.620897.3892
Yxy34.62080.30540.1822
Hunter Lab58.839473.1154-56.9473
CIE-Lab65.452473.1158-52.2642

#ef64fe color RGB value is (239,100,254).

#ef64fe hex color red value is 239, green value is 100 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ef64fe hue: 0.82 , saturation: 0.99 and the lightness value of ef64fe is 0.69.

The process color (four color CMYK) of #ef64fe color hex is 0.06, 0.61, 0.00, 0.00. Web safe color of #ef64fe is #ff66ff. Color #ef64fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100100 11111110
Octal 357 144 376
Decimal 239 100 254
Hex EF 64 FE

RGB Percentages of Color #ef64fe

%40.30
%16.86
%42.83

CMYK Percentages of Color #ef64fe

%6
%61
%0
%0

Triadic Colors of #ef64fe

#ef64fe #feef64 #64feef

Analogous Colors of #ef64fe

#ef64fe #fe64c0 #a264fe

Monochromatic Colors of #ef64fe

#ef64fe

Complementary Color

#ef64fe #73fe64

#ef64fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef64fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef64fe Color CSS Codes

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

#ef64fe Text Font Color

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

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


#ef64fe Background Color

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

This div background color is #ef64fe


#ef64fe Border Color

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

This div border color is #ef64fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef64fe


Comments

No comments written yet.

Please login to write comment.