Color Hex Logo

#ef66fe Color Hex

#EF66FE
(239,102,254)
0 Favorites   0 Comments

Color spaces of #ef66fe

RGB 239102254
HSL0.820.990.70
HSV294°60°100°
CMYK 0.060.600.00   0.00
XYZ58.237435.009297.4539
Yxy35.00920.30540.1836
Hunter Lab59.168672.1458-56.2359
CIE-Lab65.755872.2803-51.7837

#ef66fe color RGB value is (239,102,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100110 11111110
Octal 357 146 376
Decimal 239 102 254
Hex EF 66 FE

RGB Percentages of Color #ef66fe

%40.17
%17.14
%42.69

CMYK Percentages of Color #ef66fe

%6
%60
%0
%0

Triadic Colors of #ef66fe

#ef66fe #feef66 #66feef

Analogous Colors of #ef66fe

#ef66fe #fe66c1 #a366fe

Monochromatic Colors of #ef66fe

#ef66fe

Complementary Color

#ef66fe #75fe66

#ef66fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef66fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef66fe Color CSS Codes

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

#ef66fe Text Font Color

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

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


#ef66fe Background Color

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

This div background color is #ef66fe


#ef66fe Border Color

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

This div border color is #ef66fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef66fe

Related Colors


Comments

No comments written yet.

Please login to write comment.