Color Hex Logo

#ef57fe Color Hex

#EF57FE
(239,87,254)
0 Favorites   0 Comments

Color spaces of #ef57fe

RGB 23987254
HSL0.820.990.67
HSV295°66°100°
CMYK 0.060.660.00   0.00
XYZ56.894232.322997.0062
Yxy32.32290.30550.1736
Hunter Lab56.853279.1355-61.3667
CIE-Lab63.608978.2441-55.1897

#ef57fe color RGB value is (239,87,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010111 11111110
Octal 357 127 376
Decimal 239 87 254
Hex EF 57 FE

RGB Percentages of Color #ef57fe

%41.21
%15.00
%43.79

CMYK Percentages of Color #ef57fe

%6
%66
%0
%0

Triadic Colors of #ef57fe

#ef57fe #feef57 #57feef

Analogous Colors of #ef57fe

#ef57fe #fe57ba #9c57fe

Monochromatic Colors of #ef57fe

#ef57fe

Complementary Color

#ef57fe #66fe57

#ef57fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef57fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef57fe Color CSS Codes

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

#ef57fe Text Font Color

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

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


#ef57fe Background Color

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

This div background color is #ef57fe


#ef57fe Border Color

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

This div border color is #ef57fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef57fe


Comments

No comments written yet.

Please login to write comment.