Color Hex Logo

#ef05fb Color Hex

#EF05FB
(239,5,251)
0 Favorites   0 Comments

Color spaces of #ef05fb

RGB 2395251
HSL0.830.970.50
HSV297°98°98°
CMYK 0.050.980.00   0.02
XYZ53.063525.424393.3774
Yxy25.42430.30880.1479
Hunter Lab50.422599.6099-74.5033
CIE-Lab57.486594.9556-63.3153

#ef05fb color RGB value is (239,5,251).

#ef05fb hex color red value is 239, green value is 5 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ef05fb hue: 0.83 , saturation: 0.97 and the lightness value of ef05fb is 0.50.

The process color (four color CMYK) of #ef05fb color hex is 0.05, 0.98, 0.00, 0.02. Web safe color of #ef05fb is #ff00ff. Color #ef05fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000101 11111011
Octal 357 5 373
Decimal 239 5 251
Hex EF 5 FB

RGB Percentages of Color #ef05fb

%48.28
%1.01
%50.71

CMYK Percentages of Color #ef05fb

%5
%98
%0
%2

Triadic Colors of #ef05fb

#ef05fb #fbef05 #05fbef

Analogous Colors of #ef05fb

#ef05fb #fb058c #7405fb

Monochromatic Colors of #ef05fb

#ef05fb

Complementary Color

#ef05fb #11fb05

#ef05fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef05fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef05fb Color CSS Codes

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

#ef05fb Text Font Color

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

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


#ef05fb Background Color

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

This div background color is #ef05fb


#ef05fb Border Color

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

This div border color is #ef05fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef05fb


Comments

No comments written yet.

Please login to write comment.