Color Hex Logo

#ef55fc Color Hex

#EF55FC
(239,85,252)
0 Favorites   0 Comments

Color spaces of #ef55fc

RGB 23985252
HSL0.820.970.66
HSV295°66°99°
CMYK 0.050.660.00   0.01
XYZ56.415831.876095.2747
Yxy31.87600.30730.1736
Hunter Lab56.458879.5610-60.5311
CIE-Lab63.240378.6485-54.6734

#ef55fc color RGB value is (239,85,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010101 11111100
Octal 357 125 374
Decimal 239 85 252
Hex EF 55 FC

RGB Percentages of Color #ef55fc

%41.49
%14.76
%43.75

CMYK Percentages of Color #ef55fc

%5
%66
%0
%1

Triadic Colors of #ef55fc

#ef55fc #fcef55 #55fcef

Analogous Colors of #ef55fc

#ef55fc #fc55b6 #9c55fc

Monochromatic Colors of #ef55fc

#ef55fc

Complementary Color

#ef55fc #62fc55

#ef55fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef55fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef55fc Color CSS Codes

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

#ef55fc Text Font Color

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

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


#ef55fc Background Color

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

This div background color is #ef55fc


#ef55fc Border Color

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

This div border color is #ef55fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef55fc


Comments

No comments written yet.

Please login to write comment.