Color Hex Logo

#e29eeb Color Hex

#E29EEB
(226,158,235)
0 Favorites   0 Comments

Color spaces of #e29eeb

RGB 226158235
HSL0.810.660.77
HSV293°33°92°
CMYK 0.040.330.00   0.08
XYZ58.586346.620684.5081
Yxy46.62060.30880.2457
Hunter Lab68.279333.6713-25.5867
CIE-Lab73.946437.8224-28.7188

#e29eeb color RGB value is (226,158,235).

#e29eeb hex color red value is 226, green value is 158 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e29eeb hue: 0.81 , saturation: 0.66 and the lightness value of e29eeb is 0.77.

The process color (four color CMYK) of #e29eeb color hex is 0.04, 0.33, 0.00, 0.08. Web safe color of #e29eeb is #cc99ff. Color #e29eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011110 11101011
Octal 342 236 353
Decimal 226 158 235
Hex E2 9E EB

RGB Percentages of Color #e29eeb

%36.51
%25.53
%37.96

CMYK Percentages of Color #e29eeb

%4
%33
%0
%8

Triadic Colors of #e29eeb

#e29eeb #ebe29e #9eebe2

Analogous Colors of #e29eeb

#e29eeb #eb9ece #bc9eeb

Monochromatic Colors of #e29eeb

#e29eeb

Complementary Color

#e29eeb #a7eb9e

#e29eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29eeb Color CSS Codes

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

#e29eeb Text Font Color

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

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


#e29eeb Background Color

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

This div background color is #e29eeb


#e29eeb Border Color

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

This div border color is #e29eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29eeb


Comments

No comments written yet.

Please login to write comment.