Color Hex Logo

#ef04fa Color Hex

#EF04FA
(239,4,250)
0 Favorites   0 Comments

Color spaces of #ef04fa

RGB 2394250
HSL0.830.970.50
HSV297°98°98°
CMYK 0.040.980.00   0.02
XYZ52.895325.339792.5456
Yxy25.33970.30970.1484
Hunter Lab50.338699.4737-73.7655
CIE-Lab57.404994.8719-62.8901

#ef04fa color RGB value is (239,4,250).

#ef04fa hex color red value is 239, green value is 4 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ef04fa hue: 0.83 , saturation: 0.97 and the lightness value of ef04fa is 0.50.

The process color (four color CMYK) of #ef04fa color hex is 0.04, 0.98, 0.00, 0.02. Web safe color of #ef04fa is #ff00ff. Color #ef04fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000100 11111010
Octal 357 4 372
Decimal 239 4 250
Hex EF 4 FA

RGB Percentages of Color #ef04fa

%48.48
%0.81
%50.71

CMYK Percentages of Color #ef04fa

%4
%98
%0
%2

Triadic Colors of #ef04fa

#ef04fa #faef04 #04faef

Analogous Colors of #ef04fa

#ef04fa #fa048a #7404fa

Monochromatic Colors of #ef04fa

#ef04fa

Complementary Color

#ef04fa #0ffa04

#ef04fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef04fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef04fa Color CSS Codes

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

#ef04fa Text Font Color

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

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


#ef04fa Background Color

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

This div background color is #ef04fa


#ef04fa Border Color

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

This div border color is #ef04fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef04fa


Comments

No comments written yet.

Please login to write comment.