Color Hex Logo

#ef65fe Color Hex

#EF65FE
(239,101,254)
0 Favorites   0 Comments

Color spaces of #ef65fe

RGB 239101254
HSL0.820.990.70
HSV294°60°100°
CMYK 0.060.600.00   0.00
XYZ58.139734.813897.4214
Yxy34.81380.30540.1829
Hunter Lab59.003272.6320-56.5927
CIE-Lab65.603472.6996-52.0250

#ef65fe color RGB value is (239,101,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100101 11111110
Octal 357 145 376
Decimal 239 101 254
Hex EF 65 FE

RGB Percentages of Color #ef65fe

%40.24
%17.00
%42.76

CMYK Percentages of Color #ef65fe

%6
%60
%0
%0

Triadic Colors of #ef65fe

#ef65fe #feef65 #65feef

Analogous Colors of #ef65fe

#ef65fe #fe65c1 #a365fe

Monochromatic Colors of #ef65fe

#ef65fe

Complementary Color

#ef65fe #74fe65

#ef65fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef65fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef65fe Color CSS Codes

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

#ef65fe Text Font Color

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

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


#ef65fe Background Color

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

This div background color is #ef65fe


#ef65fe Border Color

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

This div border color is #ef65fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef65fe


Comments

No comments written yet.

Please login to write comment.