Color Hex Logo

#ef91fb Color Hex

#EF91FB
(239,145,251)
0 Favorites   0 Comments

Color spaces of #ef91fb

RGB 239145251
HSL0.810.930.78
HSV293°42°98°
CMYK 0.050.420.00   0.02
XYZ63.134645.566696.7345
Yxy45.56660.30730.2218
Hunter Lab67.503048.8181-37.7128
CIE-Lab73.263451.5048-38.3641

#ef91fb color RGB value is (239,145,251).

#ef91fb hex color red value is 239, green value is 145 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ef91fb hue: 0.81 , saturation: 0.93 and the lightness value of ef91fb is 0.78.

The process color (four color CMYK) of #ef91fb color hex is 0.05, 0.42, 0.00, 0.02. Web safe color of #ef91fb is #ff99ff. Color #ef91fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010001 11111011
Octal 357 221 373
Decimal 239 145 251
Hex EF 91 FB

RGB Percentages of Color #ef91fb

%37.64
%22.83
%39.53

CMYK Percentages of Color #ef91fb

%5
%42
%0
%2

Triadic Colors of #ef91fb

#ef91fb #fbef91 #91fbef

Analogous Colors of #ef91fb

#ef91fb #fb91d2 #ba91fb

Monochromatic Colors of #ef91fb

#ef91fb

Complementary Color

#ef91fb #9dfb91

#ef91fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef91fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef91fb Color CSS Codes

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

#ef91fb Text Font Color

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

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


#ef91fb Background Color

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

This div background color is #ef91fb


#ef91fb Border Color

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

This div border color is #ef91fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef91fb

Related Colors


Comments

No comments written yet.

Please login to write comment.