Color Hex Logo

#e59efb Color Hex

#E59EFB
(229,158,251)
0 Favorites   0 Comments

Color spaces of #e59efb

RGB 229158251
HSL0.790.920.80
HSV286°37°98°
CMYK 0.090.370.00   0.02
XYZ61.952548.076897.2813
Yxy48.07680.29880.2319
Hunter Lab69.337438.1480-34.6484
CIE-Lab74.873341.8256-35.9500

#e59efb color RGB value is (229,158,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011110 11111011
Octal 345 236 373
Decimal 229 158 251
Hex E5 9E FB

RGB Percentages of Color #e59efb

%35.89
%24.76
%39.34

CMYK Percentages of Color #e59efb

%9
%37
%0
%2

Triadic Colors of #e59efb

#e59efb #fbe59e #9efbe5

Analogous Colors of #e59efb

#e59efb #fb9ee3 #b79efb

Monochromatic Colors of #e59efb

#e59efb

Complementary Color

#e59efb #b4fb9e

#e59efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59efb Color CSS Codes

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

#e59efb Text Font Color

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

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


#e59efb Background Color

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

This div background color is #e59efb


#e59efb Border Color

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

This div border color is #e59efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59efb


Comments

No comments written yet.

Please login to write comment.