Color Hex Logo

#e39dfe Color Hex

#E39DFE
(227,157,254)
0 Favorites   0 Comments

Color spaces of #e39dfe

RGB 227157254
HSL0.790.980.81
HSV283°38°100°
CMYK 0.110.380.00   0.00
XYZ61.624947.600699.7058
Yxy47.60060.29500.2278
Hunter Lab68.993238.6986-37.3880
CIE-Lab74.572342.3576-38.0561

#e39dfe color RGB value is (227,157,254).

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

The process color (four color CMYK) of #e39dfe color hex is 0.11, 0.38, 0.00, 0.00. Web safe color of #e39dfe is #cc99ff. Color #e39dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011101 11111110
Octal 343 235 376
Decimal 227 157 254
Hex E3 9D FE

RGB Percentages of Color #e39dfe

%35.58
%24.61
%39.81

CMYK Percentages of Color #e39dfe

%11
%38
%0
%0

Triadic Colors of #e39dfe

#e39dfe #fee39d #9dfee3

Analogous Colors of #e39dfe

#e39dfe #fe9de9 #b39dfe

Monochromatic Colors of #e39dfe

#e39dfe

Complementary Color

#e39dfe #b8fe9d

#e39dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39dfe Color CSS Codes

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

#e39dfe Text Font Color

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

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


#e39dfe Background Color

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

This div background color is #e39dfe


#e39dfe Border Color

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

This div border color is #e39dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39dfe


Comments

No comments written yet.

Please login to write comment.