Color Hex Logo

#e59eff Color Hex

#E59EFF
(229,158,255)
0 Favorites   0 Comments

Color spaces of #e59eff

RGB 229158255
HSL0.791.000.81
HSV284°38°100°
CMYK 0.100.380.00   0.00
XYZ62.590048.3317100.6378
Yxy48.33170.29590.2285
Hunter Lab69.521039.0424-37.1628
CIE-Lab75.033742.6165-37.8640

#e59eff color RGB value is (229,158,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011110 11111111
Octal 345 236 377
Decimal 229 158 255
Hex E5 9E FF

RGB Percentages of Color #e59eff

%35.67
%24.61
%39.72

CMYK Percentages of Color #e59eff

%10
%38
%0
%0

Triadic Colors of #e59eff

#e59eff #ffe59e #9effe5

Analogous Colors of #e59eff

#e59eff #ff9ee9 #b59eff

Monochromatic Colors of #e59eff

#e59eff

Complementary Color

#e59eff #b8ff9e

#e59eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59eff Color CSS Codes

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

#e59eff Text Font Color

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

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


#e59eff Background Color

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

This div background color is #e59eff


#e59eff Border Color

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

This div border color is #e59eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,158,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59eff


Comments

No comments written yet.

Please login to write comment.