Color Hex Logo

#e29ddb Color Hex

#E29DDB
(226,157,219)
0 Favorites   0 Comments

Color spaces of #e29ddb

RGB 226157219
HSL0.850.540.75
HSV306°31°89°
CMYK 0.000.310.03   0.11
XYZ56.207245.397272.8179
Yxy45.39720.32220.2603
Hunter Lab67.377430.9967-16.9132
CIE-Lab73.152735.4041-21.1883

#e29ddb color RGB value is (226,157,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011101 11011011
Octal 342 235 333
Decimal 226 157 219
Hex E2 9D DB

RGB Percentages of Color #e29ddb

%37.54
%26.08
%36.38

CMYK Percentages of Color #e29ddb

%0
%31
%3
%11

Triadic Colors of #e29ddb

#e29ddb #dbe29d #9ddbe2

Analogous Colors of #e29ddb

#e29ddb #e29db9 #c79de2

Monochromatic Colors of #e29ddb

#e29ddb

Complementary Color

#e29ddb #9de2a4

#e29ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29ddb Color CSS Codes

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

#e29ddb Text Font Color

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

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


#e29ddb Background Color

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

This div background color is #e29ddb


#e29ddb Border Color

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

This div border color is #e29ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29ddb


Comments

No comments written yet.

Please login to write comment.