Color Hex Logo

#e59ffb Color Hex

#E59FFB
(229,159,251)
0 Favorites   0 Comments

Color spaces of #e59ffb

RGB 229159251
HSL0.790.920.80
HSV286°37°98°
CMYK 0.090.370.00   0.02
XYZ62.123848.419397.3384
Yxy48.41930.29880.2329
Hunter Lab69.584037.5908-34.2298
CIE-Lab75.088641.2968-35.6165

#e59ffb color RGB value is (229,159,251).

#e59ffb hex color red value is 229, green value is 159 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e59ffb hue: 0.79 , saturation: 0.92 and the lightness value of e59ffb is 0.80.

The process color (four color CMYK) of #e59ffb color hex is 0.09, 0.37, 0.00, 0.02. Web safe color of #e59ffb is #cc99ff. Color #e59ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011111 11111011
Octal 345 237 373
Decimal 229 159 251
Hex E5 9F FB

RGB Percentages of Color #e59ffb

%35.84
%24.88
%39.28

CMYK Percentages of Color #e59ffb

%9
%37
%0
%2

Triadic Colors of #e59ffb

#e59ffb #fbe59f #9ffbe5

Analogous Colors of #e59ffb

#e59ffb #fb9fe3 #b79ffb

Monochromatic Colors of #e59ffb

#e59ffb

Complementary Color

#e59ffb #b5fb9f

#e59ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59ffb Color CSS Codes

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

#e59ffb Text Font Color

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

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


#e59ffb Background Color

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

This div background color is #e59ffb


#e59ffb Border Color

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

This div border color is #e59ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59ffb


Comments

No comments written yet.

Please login to write comment.