Color Hex Logo

#ef41fa Color Hex

#EF41FA
(239,65,250)
0 Favorites   0 Comments

Color spaces of #ef41fa

RGB 23965250
HSL0.820.950.62
HSV296°74°98°
CMYK 0.040.740.00   0.02
XYZ54.742229.033493.1613
Yxy29.03340.30940.1641
Hunter Lab53.882787.0528-64.7926
CIE-Lab60.811184.9221-57.4366

#ef41fa color RGB value is (239,65,250).

#ef41fa hex color red value is 239, green value is 65 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ef41fa hue: 0.82 , saturation: 0.95 and the lightness value of ef41fa is 0.62.

The process color (four color CMYK) of #ef41fa color hex is 0.04, 0.74, 0.00, 0.02. Web safe color of #ef41fa is #ff33ff. Color #ef41fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000001 11111010
Octal 357 101 372
Decimal 239 65 250
Hex EF 41 FA

RGB Percentages of Color #ef41fa

%43.14
%11.73
%45.13

CMYK Percentages of Color #ef41fa

%4
%74
%0
%2

Triadic Colors of #ef41fa

#ef41fa #faef41 #41faef

Analogous Colors of #ef41fa

#ef41fa #fa41a9 #9341fa

Monochromatic Colors of #ef41fa

#ef41fa

Complementary Color

#ef41fa #4cfa41

#ef41fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef41fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef41fa Color CSS Codes

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

#ef41fa Text Font Color

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

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


#ef41fa Background Color

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

This div background color is #ef41fa


#ef41fa Border Color

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

This div border color is #ef41fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef41fa


Comments

No comments written yet.

Please login to write comment.