Color Hex Logo

#ef94fc Color Hex

#EF94FC
(239,148,252)
0 Favorites   0 Comments

Color spaces of #ef94fc

RGB 239148252
HSL0.810.950.78
HSV293°41°99°
CMYK 0.050.410.00   0.01
XYZ63.757246.558897.7218
Yxy46.55880.30650.2238
Hunter Lab68.234047.3792-37.1488
CIE-Lab73.906750.1616-37.9070

#ef94fc color RGB value is (239,148,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010100 11111100
Octal 357 224 374
Decimal 239 148 252
Hex EF 94 FC

RGB Percentages of Color #ef94fc

%37.40
%23.16
%39.44

CMYK Percentages of Color #ef94fc

%5
%41
%0
%1

Triadic Colors of #ef94fc

#ef94fc #fcef94 #94fcef

Analogous Colors of #ef94fc

#ef94fc #fc94d5 #bb94fc

Monochromatic Colors of #ef94fc

#ef94fc

Complementary Color

#ef94fc #a1fc94

#ef94fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef94fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef94fc Color CSS Codes

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

#ef94fc Text Font Color

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

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


#ef94fc Background Color

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

This div background color is #ef94fc


#ef94fc Border Color

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

This div border color is #ef94fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,148,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ef94fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef94fc


Comments

No comments written yet.

Please login to write comment.