Color Hex Logo

#ef68fd Color Hex

#EF68FD
(239,104,253)
0 Favorites   0 Comments

Color spaces of #ef68fd

RGB 239104253
HSL0.820.970.70
HSV294°59°99°
CMYK 0.060.590.00   0.01
XYZ58.276535.343296.6789
Yxy35.34320.30620.1857
Hunter Lab59.450170.9383-54.8034
CIE-Lab66.015071.2582-50.8246

#ef68fd color RGB value is (239,104,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101000 11111101
Octal 357 150 375
Decimal 239 104 253
Hex EF 68 FD

RGB Percentages of Color #ef68fd

%40.10
%17.45
%42.45

CMYK Percentages of Color #ef68fd

%6
%59
%0
%1

Triadic Colors of #ef68fd

#ef68fd #fdef68 #68fdef

Analogous Colors of #ef68fd

#ef68fd #fd68c1 #a568fd

Monochromatic Colors of #ef68fd

#ef68fd

Complementary Color

#ef68fd #76fd68

#ef68fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef68fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef68fd Color CSS Codes

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

#ef68fd Text Font Color

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

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


#ef68fd Background Color

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

This div background color is #ef68fd


#ef68fd Border Color

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

This div border color is #ef68fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef68fd

Related Colors


Comments

No comments written yet.

Please login to write comment.