Color Hex Logo

#e59efe Color Hex

#E59EFE
(229,158,254)
0 Favorites   0 Comments

Color spaces of #e59efe

RGB 229158254
HSL0.790.980.81
HSV284°38°100°
CMYK 0.100.380.00   0.00
XYZ62.429448.267599.7921
Yxy48.26750.29660.2293
Hunter Lab69.474838.8175-36.5305
CIE-Lab74.993342.4179-37.3863

#e59efe color RGB value is (229,158,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011110 11111110
Octal 345 236 376
Decimal 229 158 254
Hex E5 9E FE

RGB Percentages of Color #e59efe

%35.73
%24.65
%39.63

CMYK Percentages of Color #e59efe

%10
%38
%0
%0

Triadic Colors of #e59efe

#e59efe #fee59e #9efee5

Analogous Colors of #e59efe

#e59efe #fe9ee7 #b59efe

Monochromatic Colors of #e59efe

#e59efe

Complementary Color

#e59efe #b7fe9e

#e59efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59efe Color CSS Codes

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

#e59efe Text Font Color

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

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


#e59efe Background Color

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

This div background color is #e59efe


#e59efe Border Color

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

This div border color is #e59efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59efe

Related Colors

#e59efe Color Palettes


Comments

No comments written yet.

Please login to write comment.