Color Hex Logo

#ef65fd Color Hex

#EF65FD
(239,101,253)
0 Favorites   0 Comments

Color spaces of #ef65fd

RGB 239101253
HSL0.820.970.69
HSV294°60°99°
CMYK 0.060.600.00   0.01
XYZ57.979934.749996.5800
Yxy34.74990.30630.1836
Hunter Lab58.949072.4046-55.8743
CIE-Lab65.553572.5257-51.5547

#ef65fd color RGB value is (239,101,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100101 11111101
Octal 357 145 375
Decimal 239 101 253
Hex EF 65 FD

RGB Percentages of Color #ef65fd

%40.30
%17.03
%42.66

CMYK Percentages of Color #ef65fd

%6
%60
%0
%1

Triadic Colors of #ef65fd

#ef65fd #fdef65 #65fdef

Analogous Colors of #ef65fd

#ef65fd #fd65bf #a365fd

Monochromatic Colors of #ef65fd

#ef65fd

Complementary Color

#ef65fd #73fd65

#ef65fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef65fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef65fd Color CSS Codes

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

#ef65fd Text Font Color

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

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


#ef65fd Background Color

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

This div background color is #ef65fd


#ef65fd Border Color

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

This div border color is #ef65fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef65fd


Comments

No comments written yet.

Please login to write comment.