Color Hex Logo

#ef79fd Color Hex

#EF79FD
(239,121,253)
0 Favorites   0 Comments

Color spaces of #ef79fd

RGB 239121253
HSL0.820.970.73
HSV294°52°99°
CMYK 0.060.520.00   0.01
XYZ60.163639.117397.3079
Yxy39.11730.30600.1990
Hunter Lab62.543862.2551-48.4648
CIE-Lab68.836163.6344-46.3765

#ef79fd color RGB value is (239,121,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111001 11111101
Octal 357 171 375
Decimal 239 121 253
Hex EF 79 FD

RGB Percentages of Color #ef79fd

%38.99
%19.74
%41.27

CMYK Percentages of Color #ef79fd

%6
%52
%0
%1

Triadic Colors of #ef79fd

#ef79fd #fdef79 #79fdef

Analogous Colors of #ef79fd

#ef79fd #fd79c9 #ad79fd

Monochromatic Colors of #ef79fd

#ef79fd

Complementary Color

#ef79fd #87fd79

#ef79fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef79fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef79fd Color CSS Codes

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

#ef79fd Text Font Color

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

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


#ef79fd Background Color

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

This div background color is #ef79fd


#ef79fd Border Color

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

This div border color is #ef79fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef79fd

Related Colors


Comments

No comments written yet.

Please login to write comment.