Color Hex Logo

#e29dda Color Hex

#E29DDA
(226,157,218)
0 Favorites   0 Comments

Color spaces of #e29dda

RGB 226157218
HSL0.850.540.75
HSV307°31°89°
CMYK 0.000.310.04   0.11
XYZ56.075945.344672.1265
Yxy45.34460.32310.2613
Hunter Lab67.338430.8033-16.3689
CIE-Lab73.118235.2255-20.6924

#e29dda color RGB value is (226,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011101 11011010
Octal 342 235 332
Decimal 226 157 218
Hex E2 9D DA

RGB Percentages of Color #e29dda

%37.60
%26.12
%36.27

CMYK Percentages of Color #e29dda

%0
%31
%4
%11

Triadic Colors of #e29dda

#e29dda #dae29d #9ddae2

Analogous Colors of #e29dda

#e29dda #e29db8 #c89de2

Monochromatic Colors of #e29dda

#e29dda

Complementary Color

#e29dda #9de2a5

#e29dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29dda Color CSS Codes

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

#e29dda Text Font Color

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

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


#e29dda Background Color

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

This div background color is #e29dda


#e29dda Border Color

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

This div border color is #e29dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29dda


Comments

No comments written yet.

Please login to write comment.