Color Hex Logo

#ef9dfe Color Hex

#EF9DFE
(239,157,254)
0 Favorites   0 Comments

Color spaces of #ef9dfe

RGB 239157254
HSL0.810.980.81
HSV291°38°100°
CMYK 0.060.380.00   0.00
XYZ65.543049.620499.8891
Yxy49.62040.30480.2307
Hunter Lab70.441742.8135-34.7663
CIE-Lab75.835745.8958-35.9969

#ef9dfe color RGB value is (239,157,254).

#ef9dfe hex color red value is 239, green value is 157 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ef9dfe hue: 0.81 , saturation: 0.98 and the lightness value of ef9dfe is 0.81.

The process color (four color CMYK) of #ef9dfe color hex is 0.06, 0.38, 0.00, 0.00. Web safe color of #ef9dfe is #ff99ff. Color #ef9dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011101 11111110
Octal 357 235 376
Decimal 239 157 254
Hex EF 9D FE

RGB Percentages of Color #ef9dfe

%36.77
%24.15
%39.08

CMYK Percentages of Color #ef9dfe

%6
%38
%0
%0

Triadic Colors of #ef9dfe

#ef9dfe #feef9d #9dfeef

Analogous Colors of #ef9dfe

#ef9dfe #fe9ddd #bf9dfe

Monochromatic Colors of #ef9dfe

#ef9dfe

Complementary Color

#ef9dfe #acfe9d

#ef9dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9dfe Color CSS Codes

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

#ef9dfe Text Font Color

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

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


#ef9dfe Background Color

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

This div background color is #ef9dfe


#ef9dfe Border Color

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

This div border color is #ef9dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9dfe


Comments

No comments written yet.

Please login to write comment.