Color Hex Logo

#e29eed Color Hex

#E29EED
(226,158,237)
0 Favorites   0 Comments

Color spaces of #e29eed

RGB 226158237
HSL0.810.690.77
HSV292°33°93°
CMYK 0.050.330.00   0.07
XYZ58.877046.736986.0387
Yxy46.73690.30720.2439
Hunter Lab68.364434.0907-26.7632
CIE-Lab74.021238.2029-29.6929

#e29eed color RGB value is (226,158,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011110 11101101
Octal 342 236 355
Decimal 226 158 237
Hex E2 9E ED

RGB Percentages of Color #e29eed

%36.39
%25.44
%38.16

CMYK Percentages of Color #e29eed

%5
%33
%0
%7

Triadic Colors of #e29eed

#e29eed #ede29e #9eede2

Analogous Colors of #e29eed

#e29eed #ed9ed1 #bb9eed

Monochromatic Colors of #e29eed

#e29eed

Complementary Color

#e29eed #a9ed9e

#e29eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29eed Color CSS Codes

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

#e29eed Text Font Color

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

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


#e29eed Background Color

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

This div background color is #e29eed


#e29eed Border Color

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

This div border color is #e29eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29eed


Comments

No comments written yet.

Please login to write comment.