Color Hex Logo

#ef71fe Color Hex

#EF71FE
(239,113,254)
0 Favorites   0 Comments

Color spaces of #ef71fe

RGB 239113254
HSL0.820.990.72
HSV294°56°100°
CMYK 0.060.560.00   0.00
XYZ59.391137.316797.8385
Yxy37.31670.30530.1918
Hunter Lab61.087466.6404-52.1986
CIE-Lab67.514067.4882-49.0056

#ef71fe color RGB value is (239,113,254).

#ef71fe hex color red value is 239, green value is 113 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ef71fe hue: 0.82 , saturation: 0.99 and the lightness value of ef71fe is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110001 11111110
Octal 357 161 376
Decimal 239 113 254
Hex EF 71 FE

RGB Percentages of Color #ef71fe

%39.44
%18.65
%41.91

CMYK Percentages of Color #ef71fe

%6
%56
%0
%0

Triadic Colors of #ef71fe

#ef71fe #feef71 #71feef

Analogous Colors of #ef71fe

#ef71fe #fe71c7 #a971fe

Monochromatic Colors of #ef71fe

#ef71fe

Complementary Color

#ef71fe #80fe71

#ef71fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef71fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef71fe Color CSS Codes

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

#ef71fe Text Font Color

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

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


#ef71fe Background Color

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

This div background color is #ef71fe


#ef71fe Border Color

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

This div border color is #ef71fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef71fe


Comments

No comments written yet.

Please login to write comment.