Color Hex Logo

#ef1dfe Color Hex

#EF1DFE
(239,29,254)
0 Favorites   0 Comments

Color spaces of #ef1dfe

RGB 23929254
HSL0.820.990.55
HSV296°89°100°
CMYK 0.060.890.00   0.00
XYZ53.925426.385296.0166
Yxy26.38520.30580.1496
Hunter Lab51.366597.5007-74.8709
CIE-Lab58.400993.2315-63.5124

#ef1dfe color RGB value is (239,29,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011101 11111110
Octal 357 35 376
Decimal 239 29 254
Hex EF 1D FE

RGB Percentages of Color #ef1dfe

%45.79
%5.56
%48.66

CMYK Percentages of Color #ef1dfe

%6
%89
%0
%0

Triadic Colors of #ef1dfe

#ef1dfe #feef1d #1dfeef

Analogous Colors of #ef1dfe

#ef1dfe #fe1d9d #7f1dfe

Monochromatic Colors of #ef1dfe

#ef1dfe

Complementary Color

#ef1dfe #2cfe1d

#ef1dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1dfe Color CSS Codes

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

#ef1dfe Text Font Color

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

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


#ef1dfe Background Color

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

This div background color is #ef1dfe


#ef1dfe Border Color

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

This div border color is #ef1dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.