Color Hex Logo

#ef24fe Color Hex

#EF24FE
(239,36,254)
0 Favorites   0 Comments

Color spaces of #ef24fe

RGB 23936254
HSL0.820.990.57
HSV296°86°100°
CMYK 0.060.860.00   0.00
XYZ54.116926.768296.0804
Yxy26.76820.30580.1513
Hunter Lab51.738096.1659-73.8883
CIE-Lab58.759292.1767-62.9371

#ef24fe color RGB value is (239,36,254).

#ef24fe hex color red value is 239, green value is 36 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ef24fe hue: 0.82 , saturation: 0.99 and the lightness value of ef24fe is 0.57.

The process color (four color CMYK) of #ef24fe color hex is 0.06, 0.86, 0.00, 0.00. Web safe color of #ef24fe is #ff33ff. Color #ef24fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100100 11111110
Octal 357 44 376
Decimal 239 36 254
Hex EF 24 FE

RGB Percentages of Color #ef24fe

%45.18
%6.81
%48.02

CMYK Percentages of Color #ef24fe

%6
%86
%0
%0

Triadic Colors of #ef24fe

#ef24fe #feef24 #24feef

Analogous Colors of #ef24fe

#ef24fe #fe24a0 #8224fe

Monochromatic Colors of #ef24fe

#ef24fe

Complementary Color

#ef24fe #33fe24

#ef24fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef24fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef24fe Color CSS Codes

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

#ef24fe Text Font Color

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

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


#ef24fe Background Color

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

This div background color is #ef24fe


#ef24fe Border Color

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

This div border color is #ef24fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef24fe

Related Colors


Comments

No comments written yet.

Please login to write comment.