Color Hex Logo

#ef5dfe Color Hex

#EF5DFE
(239,93,254)
0 Favorites   0 Comments

Color spaces of #ef5dfe

RGB 23993254
HSL0.820.990.68
HSV294°63°100°
CMYK 0.060.630.00   0.00
XYZ57.400333.335297.1749
Yxy33.33520.30550.1774
Hunter Lab57.736676.4210-59.3737
CIE-Lab64.431475.9444-53.8831

#ef5dfe color RGB value is (239,93,254).

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

The process color (four color CMYK) of #ef5dfe color hex is 0.06, 0.63, 0.00, 0.00. Web safe color of #ef5dfe is #ff66ff. Color #ef5dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011101 11111110
Octal 357 135 376
Decimal 239 93 254
Hex EF 5D FE

RGB Percentages of Color #ef5dfe

%40.78
%15.87
%43.34

CMYK Percentages of Color #ef5dfe

%6
%63
%0
%0

Triadic Colors of #ef5dfe

#ef5dfe #feef5d #5dfeef

Analogous Colors of #ef5dfe

#ef5dfe #fe5dbd #9f5dfe

Monochromatic Colors of #ef5dfe

#ef5dfe

Complementary Color

#ef5dfe #6cfe5d

#ef5dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5dfe Color CSS Codes

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

#ef5dfe Text Font Color

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

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


#ef5dfe Background Color

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

This div background color is #ef5dfe


#ef5dfe Border Color

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

This div border color is #ef5dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.