Color Hex Logo

#e29dcb Color Hex

#E29DCB
(226,157,203)
0 Favorites   0 Comments

Color spaces of #e29dcb

RGB 226157203
HSL0.890.540.75
HSV320°31°89°
CMYK 0.000.310.10   0.11
XYZ54.200544.594562.2508
Yxy44.59450.33660.2769
Hunter Lab66.779128.0140-8.5241
CIE-Lab72.624132.6273-13.1936

#e29dcb color RGB value is (226,157,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011101 11001011
Octal 342 235 313
Decimal 226 157 203
Hex E2 9D CB

RGB Percentages of Color #e29dcb

%38.57
%26.79
%34.64

CMYK Percentages of Color #e29dcb

%0
%31
%10
%11

Triadic Colors of #e29dcb

#e29dcb #cbe29d #9dcbe2

Analogous Colors of #e29dcb

#e29dcb #e29da9 #d79de2

Monochromatic Colors of #e29dcb

#e29dcb

Complementary Color

#e29dcb #9de2b4

#e29dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29dcb Color CSS Codes

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

#e29dcb Text Font Color

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

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


#e29dcb Background Color

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

This div background color is #e29dcb


#e29dcb Border Color

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

This div border color is #e29dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29dcb


Comments

No comments written yet.

Please login to write comment.