Color Hex Logo

#ef55fb Color Hex

#EF55FB
(239,85,251)
0 Favorites   0 Comments

Color spaces of #ef55fb

RGB 23985251
HSL0.820.950.66
HSV296°66°98°
CMYK 0.050.660.00   0.02
XYZ56.257731.812894.4422
Yxy31.81280.30820.1743
Hunter Lab56.402879.3357-59.7945
CIE-Lab63.187978.4815-54.2049

#ef55fb color RGB value is (239,85,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010101 11111011
Octal 357 125 373
Decimal 239 85 251
Hex EF 55 FB

RGB Percentages of Color #ef55fb

%41.57
%14.78
%43.65

CMYK Percentages of Color #ef55fb

%5
%66
%0
%2

Triadic Colors of #ef55fb

#ef55fb #fbef55 #55fbef

Analogous Colors of #ef55fb

#ef55fb #fb55b4 #9c55fb

Monochromatic Colors of #ef55fb

#ef55fb

Complementary Color

#ef55fb #61fb55

#ef55fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef55fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef55fb Color CSS Codes

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

#ef55fb Text Font Color

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

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


#ef55fb Background Color

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

This div background color is #ef55fb


#ef55fb Border Color

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

This div border color is #ef55fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef55fb

Related Colors


Comments

No comments written yet.

Please login to write comment.