Color Hex Logo

#e29dce Color Hex

#E29DCE
(226,157,206)
0 Favorites   0 Comments

Color spaces of #e29dce

RGB 226157206
HSL0.880.540.75
HSV317°31°89°
CMYK 0.000.310.09   0.11
XYZ54.561644.738964.1523
Yxy44.73890.33380.2737
Hunter Lab66.887128.5546-10.0448
CIE-Lab72.719633.1342-14.7020

#e29dce color RGB value is (226,157,206).

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

The process color (four color CMYK) of #e29dce color hex is 0.00, 0.31, 0.09, 0.11. Web safe color of #e29dce is #cc99cc. Color #e29dce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011101 11001110
Octal 342 235 316
Decimal 226 157 206
Hex E2 9D CE

RGB Percentages of Color #e29dce

%38.37
%26.66
%34.97

CMYK Percentages of Color #e29dce

%0
%31
%9
%11

Triadic Colors of #e29dce

#e29dce #cee29d #9dcee2

Analogous Colors of #e29dce

#e29dce #e29dac #d49de2

Monochromatic Colors of #e29dce

#e29dce

Complementary Color

#e29dce #9de2b1

#e29dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29dce Color CSS Codes

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

#e29dce Text Font Color

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

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


#e29dce Background Color

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

This div background color is #e29dce


#e29dce Border Color

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

This div border color is #e29dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29dce


Comments

No comments written yet.

Please login to write comment.