Color Hex Logo

#e29fdd Color Hex

#E29FDD
(226,159,221)
0 Favorites   0 Comments

Color spaces of #e29fdd

RGB 226159221
HSL0.850.540.75
HSV304°30°89°
CMYK 0.000.300.02   0.11
XYZ56.813346.185574.3269
Yxy46.18550.32040.2605
Hunter Lab67.959930.2930-17.2728
CIE-Lab73.665734.6957-21.5036

#e29fdd color RGB value is (226,159,221).

#e29fdd hex color red value is 226, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e29fdd hue: 0.85 , saturation: 0.54 and the lightness value of e29fdd is 0.75.

The process color (four color CMYK) of #e29fdd color hex is 0.00, 0.30, 0.02, 0.11. Web safe color of #e29fdd is #cc99cc. Color #e29fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011111 11011101
Octal 342 237 335
Decimal 226 159 221
Hex E2 9F DD

RGB Percentages of Color #e29fdd

%37.29
%26.24
%36.47

CMYK Percentages of Color #e29fdd

%0
%30
%2
%11

Triadic Colors of #e29fdd

#e29fdd #dde29f #9fdde2

Analogous Colors of #e29fdd

#e29fdd #e29fbc #c69fe2

Monochromatic Colors of #e29fdd

#e29fdd

Complementary Color

#e29fdd #9fe2a4

#e29fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29fdd Color CSS Codes

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

#e29fdd Text Font Color

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

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


#e29fdd Background Color

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

This div background color is #e29fdd


#e29fdd Border Color

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

This div border color is #e29fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29fdd


Comments

No comments written yet.

Please login to write comment.