Color Hex Logo

#ef64fd Color Hex

#EF64FD
(239,100,253)
0 Favorites   0 Comments

Color spaces of #ef64fd

RGB 239100253
HSL0.820.970.69
HSV295°60°99°
CMYK 0.060.600.00   0.01
XYZ57.883434.556996.5479
Yxy34.55690.30630.1829
Hunter Lab58.785172.8880-56.2275
CIE-Lab65.402272.9423-51.7942

#ef64fd color RGB value is (239,100,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100100 11111101
Octal 357 144 375
Decimal 239 100 253
Hex EF 64 FD

RGB Percentages of Color #ef64fd

%40.37
%16.89
%42.74

CMYK Percentages of Color #ef64fd

%6
%60
%0
%1

Triadic Colors of #ef64fd

#ef64fd #fdef64 #64fdef

Analogous Colors of #ef64fd

#ef64fd #fd64bf #a364fd

Monochromatic Colors of #ef64fd

#ef64fd

Complementary Color

#ef64fd #72fd64

#ef64fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef64fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef64fd Color CSS Codes

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

#ef64fd Text Font Color

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

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


#ef64fd Background Color

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

This div background color is #ef64fd


#ef64fd Border Color

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

This div border color is #ef64fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef64fd


Comments

No comments written yet.

Please login to write comment.