Color Hex Logo

#ef70fc Color Hex

#EF70FC
(239,112,252)
0 Favorites   0 Comments

Color spaces of #ef70fc

RGB 239112252
HSL0.820.960.71
HSV294°56°99°
CMYK 0.050.560.00   0.01
XYZ58.961536.967396.1233
Yxy36.96730.30700.1925
Hunter Lab60.800766.6990-51.1744
CIE-Lab67.252567.5820-48.3220

#ef70fc color RGB value is (239,112,252).

#ef70fc hex color red value is 239, green value is 112 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ef70fc hue: 0.82 , saturation: 0.96 and the lightness value of ef70fc is 0.71.

The process color (four color CMYK) of #ef70fc color hex is 0.05, 0.56, 0.00, 0.01. Web safe color of #ef70fc is #ff66ff. Color #ef70fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110000 11111100
Octal 357 160 374
Decimal 239 112 252
Hex EF 70 FC

RGB Percentages of Color #ef70fc

%39.64
%18.57
%41.79

CMYK Percentages of Color #ef70fc

%5
%56
%0
%1

Triadic Colors of #ef70fc

#ef70fc #fcef70 #70fcef

Analogous Colors of #ef70fc

#ef70fc #fc70c3 #a970fc

Monochromatic Colors of #ef70fc

#ef70fc

Complementary Color

#ef70fc #7dfc70

#ef70fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef70fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef70fc Color CSS Codes

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

#ef70fc Text Font Color

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

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


#ef70fc Background Color

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

This div background color is #ef70fc


#ef70fc Border Color

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

This div border color is #ef70fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef70fc


Comments

No comments written yet.

Please login to write comment.