Color Hex Logo

#ef9dfd Color Hex

#EF9DFD
(239,157,253)
0 Favorites   0 Comments

Color spaces of #ef9dfd

RGB 239157253
HSL0.810.960.80
HSV291°38°99°
CMYK 0.060.380.00   0.01
XYZ65.383249.556599.0478
Yxy49.55650.30550.2316
Hunter Lab70.396442.5947-34.1436
CIE-Lab75.796245.7065-35.5178

#ef9dfd color RGB value is (239,157,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011101 11111101
Octal 357 235 375
Decimal 239 157 253
Hex EF 9D FD

RGB Percentages of Color #ef9dfd

%36.83
%24.19
%38.98

CMYK Percentages of Color #ef9dfd

%6
%38
%0
%1

Triadic Colors of #ef9dfd

#ef9dfd #fdef9d #9dfdef

Analogous Colors of #ef9dfd

#ef9dfd #fd9ddb #bf9dfd

Monochromatic Colors of #ef9dfd

#ef9dfd

Complementary Color

#ef9dfd #abfd9d

#ef9dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9dfd Color CSS Codes

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

#ef9dfd Text Font Color

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

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


#ef9dfd Background Color

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

This div background color is #ef9dfd


#ef9dfd Border Color

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

This div border color is #ef9dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9dfd


Comments

No comments written yet.

Please login to write comment.