Color Hex Logo

#e59fed Color Hex

#E59FED
(229,159,237)
0 Favorites   0 Comments

Color spaces of #e59fed

RGB 229159237
HSL0.820.680.78
HSV294°33°93°
CMYK 0.030.330.00   0.07
XYZ59.997347.568786.1402
Yxy47.56870.30970.2456
Hunter Lab68.970134.5802-25.7712
CIE-Lab74.552138.6009-28.8503

#e59fed color RGB value is (229,159,237).

#e59fed hex color red value is 229, green value is 159 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e59fed hue: 0.82 , saturation: 0.68 and the lightness value of e59fed is 0.78.

The process color (four color CMYK) of #e59fed color hex is 0.03, 0.33, 0.00, 0.07. Web safe color of #e59fed is #cc99ff. Color #e59fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011111 11101101
Octal 345 237 355
Decimal 229 159 237
Hex E5 9F ED

RGB Percentages of Color #e59fed

%36.64
%25.44
%37.92

CMYK Percentages of Color #e59fed

%3
%33
%0
%7

Triadic Colors of #e59fed

#e59fed #ede59f #9fede5

Analogous Colors of #e59fed

#e59fed #ed9fce #be9fed

Monochromatic Colors of #e59fed

#e59fed

Complementary Color

#e59fed #a7ed9f

#e59fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59fed Color CSS Codes

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

#e59fed Text Font Color

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

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


#e59fed Background Color

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

This div background color is #e59fed


#e59fed Border Color

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

This div border color is #e59fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59fed


Comments

No comments written yet.

Please login to write comment.