Color Hex Logo

#ef94fb Color Hex

#EF94FB
(239,148,251)
0 Favorites   0 Comments

Color spaces of #ef94fb

RGB 239148251
HSL0.810.930.78
HSV293°41°98°
CMYK 0.050.410.00   0.02
XYZ63.599146.495696.8893
Yxy46.49560.30730.2246
Hunter Lab68.187747.1597-36.5150
CIE-Lab73.866049.9749-37.4277

#ef94fb color RGB value is (239,148,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010100 11111011
Octal 357 224 373
Decimal 239 148 251
Hex EF 94 FB

RGB Percentages of Color #ef94fb

%37.46
%23.20
%39.34

CMYK Percentages of Color #ef94fb

%5
%41
%0
%2

Triadic Colors of #ef94fb

#ef94fb #fbef94 #94fbef

Analogous Colors of #ef94fb

#ef94fb #fb94d4 #bc94fb

Monochromatic Colors of #ef94fb

#ef94fb

Complementary Color

#ef94fb #a0fb94

#ef94fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef94fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef94fb Color CSS Codes

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

#ef94fb Text Font Color

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

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


#ef94fb Background Color

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

This div background color is #ef94fb


#ef94fb Border Color

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

This div border color is #ef94fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef94fb


Comments

No comments written yet.

Please login to write comment.