Color Hex Logo

#ef4bfb Color Hex

#EF4BFB
(239,75,251)
0 Favorites   0 Comments

Color spaces of #ef4bfb

RGB 23975251
HSL0.820.960.64
HSV296°70°98°
CMYK 0.050.700.00   0.02
XYZ55.525330.347994.1980
Yxy30.34790.30840.1685
Hunter Lab55.088983.5083-62.8193
CIE-Lab61.953281.9733-56.1690

#ef4bfb color RGB value is (239,75,251).

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

The process color (four color CMYK) of #ef4bfb color hex is 0.05, 0.70, 0.00, 0.02. Web safe color of #ef4bfb is #ff33ff. Color #ef4bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001011 11111011
Octal 357 113 373
Decimal 239 75 251
Hex EF 4B FB

RGB Percentages of Color #ef4bfb

%42.30
%13.27
%44.42

CMYK Percentages of Color #ef4bfb

%5
%70
%0
%2

Triadic Colors of #ef4bfb

#ef4bfb #fbef4b #4bfbef

Analogous Colors of #ef4bfb

#ef4bfb #fb4baf #974bfb

Monochromatic Colors of #ef4bfb

#ef4bfb

Complementary Color

#ef4bfb #57fb4b

#ef4bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef4bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef4bfb Color CSS Codes

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

#ef4bfb Text Font Color

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

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


#ef4bfb Background Color

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

This div background color is #ef4bfb


#ef4bfb Border Color

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

This div border color is #ef4bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef4bfb


Comments

No comments written yet.

Please login to write comment.