color codes Logo

#ef0ffb color codes

#EF0FFB
(239,15,251)
0 Favorites   0 Comments

Color spaces of #ef0ffb

RGB 23915251
HSL0.820.970.52
HSV297°94°98°
CMYK 0.050.940.00   0.02
XYZ53.180025.657493.4163
Yxy25.65740.30870.1490
Hunter Lab50.653198.7616-73.8875
CIE-Lab57.710494.2916-62.9556

#ef0ffb color RGB value is (239,15,251).

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

The process color (four color CMYK) of #ef0ffb color code is 0.05, 0.94, 0.00, 0.02. Web safe color of #ef0ffb is #ff00ff. Color #ef0ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001111 11111011
Octal 357 17 373
Decimal 239 15 251
Hex EF F FB

RGB Percentages of Color #ef0ffb

%47.33
%2.97
%49.70

CMYK Percentages of Color #ef0ffb

%5
%94
%0
%2

Triadic Colors of #ef0ffb

#ef0ffb #fbef0f #0ffbef

Analogous Colors of #ef0ffb

#ef0ffb #fb0f91 #790ffb

Monochromatic Colors of #ef0ffb

#ef0ffb

Complementary Color

#ef0ffb #1bfb0f

#ef0ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0ffb Color CSS Codes

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

#ef0ffb Text Font Color

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

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


#ef0ffb Background Color

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

This div background color is #ef0ffb


#ef0ffb Border Color

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

This div border color is #ef0ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.