Color Hex Logo

#ef55fe Color Hex

#EF55FE
(239,85,254)
0 Favorites   0 Comments

Color spaces of #ef55fe

RGB 23985254
HSL0.820.990.66
HSV295°67°100°
CMYK 0.060.670.00   0.00
XYZ56.734532.003596.9530
Yxy32.00350.30550.1723
Hunter Lab56.571680.0135-62.0116
CIE-Lab63.345878.9835-55.6082

#ef55fe color RGB value is (239,85,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010101 11111110
Octal 357 125 376
Decimal 239 85 254
Hex EF 55 FE

RGB Percentages of Color #ef55fe

%41.35
%14.71
%43.94

CMYK Percentages of Color #ef55fe

%6
%67
%0
%0

Triadic Colors of #ef55fe

#ef55fe #feef55 #55feef

Analogous Colors of #ef55fe

#ef55fe #fe55b9 #9b55fe

Monochromatic Colors of #ef55fe

#ef55fe

Complementary Color

#ef55fe #64fe55

#ef55fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef55fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef55fe Color CSS Codes

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

#ef55fe Text Font Color

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

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


#ef55fe Background Color

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

This div background color is #ef55fe


#ef55fe Border Color

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

This div border color is #ef55fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef55fe

Related Colors


Comments

No comments written yet.

Please login to write comment.