Color Hex Logo

#ef1ffb Color Hex

#EF1FFB
(239,31,251)
0 Favorites   0 Comments

Color spaces of #ef1ffb

RGB 23931251
HSL0.820.960.55
HSV297°88°98°
CMYK 0.050.880.00   0.02
XYZ53.499226.295793.5227
Yxy26.29570.30870.1517
Hunter Lab51.279396.4884-72.2369
CIE-Lab58.316792.5012-61.9825

#ef1ffb color RGB value is (239,31,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011111 11111011
Octal 357 37 373
Decimal 239 31 251
Hex EF 1F FB

RGB Percentages of Color #ef1ffb

%45.87
%5.95
%48.18

CMYK Percentages of Color #ef1ffb

%5
%88
%0
%2

Triadic Colors of #ef1ffb

#ef1ffb #fbef1f #1ffbef

Analogous Colors of #ef1ffb

#ef1ffb #fb1f99 #811ffb

Monochromatic Colors of #ef1ffb

#ef1ffb

Complementary Color

#ef1ffb #2bfb1f

#ef1ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1ffb Color CSS Codes

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

#ef1ffb Text Font Color

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

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


#ef1ffb Background Color

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

This div background color is #ef1ffb


#ef1ffb Border Color

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

This div border color is #ef1ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1ffb


Comments

No comments written yet.

Please login to write comment.