Color Hex Logo

#ef0bfb Color Hex

#EF0BFB
(239,11,251)
0 Favorites   0 Comments

Color spaces of #ef0bfb

RGB 23911251
HSL0.830.970.51
HSV297°96°98°
CMYK 0.050.960.00   0.02
XYZ53.128925.555193.3992
Yxy25.55510.30870.1485
Hunter Lab50.552199.1328-74.1569
CIE-Lab57.612394.5824-63.1132

#ef0bfb color RGB value is (239,11,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001011 11111011
Octal 357 13 373
Decimal 239 11 251
Hex EF B FB

RGB Percentages of Color #ef0bfb

%47.70
%2.20
%50.10

CMYK Percentages of Color #ef0bfb

%5
%96
%0
%2

Triadic Colors of #ef0bfb

#ef0bfb #fbef0b #0bfbef

Analogous Colors of #ef0bfb

#ef0bfb #fb0b8f #770bfb

Monochromatic Colors of #ef0bfb

#ef0bfb

Complementary Color

#ef0bfb #17fb0b

#ef0bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0bfb Color CSS Codes

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

#ef0bfb Text Font Color

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

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


#ef0bfb Background Color

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

This div background color is #ef0bfb


#ef0bfb Border Color

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

This div border color is #ef0bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.